From 011a14949809af3461dd2fbcf4809a55e76110ba Mon Sep 17 00:00:00 2001 From: daudix Date: Mon, 30 Sep 2024 16:27:41 +0300 Subject: [PATCH] Fix navbar blur covering the entire page on mobile (fixes #91) --- sass/_nav.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sass/_nav.scss b/sass/_nav.scss index 6ab735f..68c4318 100644 --- a/sass/_nav.scss +++ b/sass/_nav.scss @@ -7,7 +7,8 @@ max-width: 90%; @media only screen and (max-width: 480px) { - position: static; + position: relative; + inset-block-start: 0; } &::before {