mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-22 13:53:43 -04:00
Added back hidden overflow on root container
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user