Fix navbar not scrolling with content on mobile (fixes #109)

This commit is contained in:
daudix
2024-12-01 14:10:36 +03:00
parent f752cb2b01
commit 588ba66112
3 changed files with 10 additions and 1 deletions

View File

@ -72,6 +72,11 @@
border-radius: 1.625rem;
max-width: min(var(--container-width), 90%);
@media only screen and (max-width: 480px) {
position: relative;
margin: 0 auto;
}
&::before {
-webkit-backdrop-filter: var(--blur);
position: absolute;