Hide overflow on body (#142)
* fix display scaling issue on small screens by hiding overflow on the document * fix display scaling issue on small screens by hiding overflow on the document
This commit is contained in:
parent
a925e83357
commit
a5b801984b
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,11 @@ html {
|
||||||
background-color: #111;
|
background-color: #111;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html,
|
||||||
|
body {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
html,
|
html,
|
||||||
body,
|
body,
|
||||||
#__next,
|
#__next,
|
||||||
|
|
Loading…
Add table
Reference in a new issue