Added back hidden overflow on root container

This commit is contained in:
squidfunk
2020-12-27 11:35:17 +01:00
parent afff64df99
commit b89705bb2e
7 changed files with 8 additions and 7 deletions

View File

@@ -27,6 +27,7 @@
// Stretch container to viewport and set base `font-size`
html {
height: 100%;
overflow-x: hidden;
// Hack: normally, we would set the base `font-size` to `62.5%`, so we can
// base all calculations on `10px`, but Chromium and Chrome define a minimal
// `font-size` of `12px` if the system language is set to Chinese. For this