diff --git a/internal/server/static/style.css b/internal/server/static/style.css index acbcf06..2fac925 100644 --- a/internal/server/static/style.css +++ b/internal/server/static/style.css @@ -219,7 +219,11 @@ table { thead { border-bottom: 1px solid var(--border-color); - position: relative; + background-color: var(--white); + position: sticky; + top: 0; + z-index: 1; + box-shadow: 0 2px 0 var(--border-color); } tbody th { diff --git a/internal/server/templates/order.gohtml b/internal/server/templates/order.gohtml index 1f20e64..daab921 100644 --- a/internal/server/templates/order.gohtml +++ b/internal/server/templates/order.gohtml @@ -11,7 +11,7 @@ {{with .Order}}
-

Info

+

Dane zamówienia

@@ -43,18 +43,18 @@
-
+

Dodane Ciasta

-
    +
{{end}} {{with .Catalogue}} -
+

Katalog

-
    +
      {{range .}}
    • {{.Name}} {{.Price}}