From 768ea4b65bfab0d245441c288ede110d13049f10 Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Fri, 23 Feb 2024 18:41:15 +1300 Subject: [PATCH] sticky header --- app/static/styles.css | 1 + app/static/styles.scss | 1 + app/templates/base.html | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/static/styles.css b/app/static/styles.css index 5af33c2f..9be2be71 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -420,6 +420,7 @@ a { div.navbar { border-bottom: 1px solid rgba(0, 40, 100, 0.12); min-height: 60px; + background-color: var(--bs-body-bg); } .navbar-brand { diff --git a/app/static/styles.scss b/app/static/styles.scss index ac95255b..1dfd8689 100644 --- a/app/static/styles.scss +++ b/app/static/styles.scss @@ -29,6 +29,7 @@ a { div.navbar { border-bottom: 1px solid rgba(0, 40, 100, 0.12); min-height: 60px; + background-color: var(--bs-body-bg); } .navbar-brand { diff --git a/app/templates/base.html b/app/templates/base.html index cc4a8059..0b2db4d2 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -99,7 +99,7 @@ {% block navbar %} -