Fix navbar blur covering the entire page on mobile (fixes #91)

This commit is contained in:
daudix
2024-09-30 16:27:41 +03:00
parent 678d74ee09
commit 011a149498

View File

@ -7,7 +7,8 @@
max-width: 90%;
@media only screen and (max-width: 480px) {
position: static;
position: relative;
inset-block-start: 0;
}
&::before {