scrollable containers

This commit is contained in:
bronku 2025-04-06 14:13:01 +02:00
parent f0cd58040c
commit c36c9a3ef1
3 changed files with 16 additions and 5 deletions

View file

@ -43,7 +43,7 @@
<input type="number" name="paid" min="0" value="{{.Paid}}">
</label>
</div>
<div>
<div class="scrollable">
<h2>Dodane Ciasta</h2>
<ul id="basket">
</ul>
@ -52,7 +52,7 @@
</div>
{{end}}
{{with .Catalogue}}
<div>
<div class="scrollable">
<h2>Katalog</h2>
<ul>
{{range .}}