diff --git a/server/static/styles.css b/server/static/styles.css index 6963f03a..0adb0416 100644 --- a/server/static/styles.css +++ b/server/static/styles.css @@ -133,6 +133,9 @@ span.marked { margin-bottom: 2rem; padding-left: 3rem; padding-right: 3rem; + position: sticky; + top: 0; + align-self: flex-start; } .ttfd-bottom-nav { @@ -152,8 +155,8 @@ span.marked { align-items: center; gap: 5px; position: absolute; - left: 20px; - top: 170px; + left: 0; + top: 1rem; } .ttfd-button { diff --git a/server/templates/_base.html b/server/templates/_base.html index 621e059e..1236f78e 100644 --- a/server/templates/_base.html +++ b/server/templates/_base.html @@ -82,6 +82,7 @@ {% if ttfd.maintenance_mode %}