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
@ -7,6 +7,11 @@ html {
|
||||
background-color: #111;
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
html,
|
||||
body,
|
||||
#__next,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user