Hide body overflow

Signed-off-by: Romein van Buren <romein@vburen.nl>
This commit is contained in:
Romein van Buren 2022-07-12 11:09:54 +02:00
parent 87635c790a
commit 8b922477d9
Signed by: romein
GPG Key ID: 0EFF8478ADDF6C49

View File

@ -14,6 +14,7 @@ html, body {
padding: 0; padding: 0;
margin: 0; margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
overflow: hidden;
} }
.theme-light { .theme-light {