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:
lukasIO 2023-10-23 14:25:11 +02:00 committed by GitHub
parent a925e83357
commit a5b801984b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,11 @@ html {
background-color: #111; background-color: #111;
} }
html,
body {
overflow: hidden;
}
html, html,
body, body,
#__next, #__next,