Remove overflow properties from html and body
Removed overflow properties from html and body.
This commit is contained in:
parent
f5d0f870b5
commit
0f813a507d
|
|
@ -190,8 +190,6 @@ body::after {
|
||||||
|
|
||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
overflow-x: hidden;
|
|
||||||
overflow-y: hidden;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 0100dvh;
|
height: 0100dvh;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue