Style: use overflow hidden to prevent page from being scrolled (#59)

Signed-off-by: imtsuki <me@qjx.app>
This commit is contained in:
imtsuki 2020-11-16 22:21:19 +08:00 committed by GitHub
parent 7f094c5ac7
commit 6eb4b6e41d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@
html { html {
box-sizing: border-box; box-sizing: border-box;
background: rgba($color: $color-white, $alpha: 0.8); background: rgba($color: $color-white, $alpha: 0.8);
overflow: hidden;
} }
*, *,