locked scrolling on mobile

This commit is contained in:
Ari 2026-06-19 02:38:32 +01:00
parent 67204fca01
commit bab2880f6f
1 changed files with 7 additions and 0 deletions

View File

@ -187,6 +187,13 @@ body::before {
.hub-header h1 { .hub-header h1 {
font-size: 1.7rem; font-size: 1.7rem;
} }
html, body {
overflow-x: hidden;
overflow-y: hidden;
width: 100%;
height: 0100dvh;
}
} }
@media (min-width: 768px) { @media (min-width: 768px) {