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