locked scrolling on mobile
This commit is contained in:
parent
67204fca01
commit
bab2880f6f
|
|
@ -187,6 +187,13 @@ body::before {
|
|||
.hub-header h1 {
|
||||
font-size: 1.7rem;
|
||||
}
|
||||
|
||||
html, body {
|
||||
overflow-x: hidden;
|
||||
overflow-y: hidden;
|
||||
width: 100%;
|
||||
height: 0100dvh;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue