From 5f59d3352c69e07b1a86c808419e17277df1468a Mon Sep 17 00:00:00 2001 From: Redume Date: Wed, 12 Oct 2022 11:13:07 +0300 Subject: [PATCH] navbar is now always at the top --- web/static/style/gallery.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/web/static/style/gallery.css b/web/static/style/gallery.css index 1ada99a..b8b3d7f 100644 --- a/web/static/style/gallery.css +++ b/web/static/style/gallery.css @@ -28,3 +28,10 @@ lottie-player { .modal-body p { font-family: 'Roboto', sans-serif; } + +.navbar { + position: -webkit-sticky; + position: sticky; + z-index: 100; + top: 0; +} \ No newline at end of file