Skip to content

Commit

Permalink
Added back hidden overflow on root container
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Dec 27, 2020
1 parent afff64d commit b89705b
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions material/assets/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"assets/javascripts/vendor.js.map": "assets/javascripts/vendor.08c56446.min.js.map",
"assets/javascripts/worker/search.js": "assets/javascripts/worker/search.8c7e0a7e.min.js",
"assets/javascripts/worker/search.js.map": "assets/javascripts/worker/search.8c7e0a7e.min.js.map",
"assets/stylesheets/main.css": "assets/stylesheets/main.b87cccff.min.css",
"assets/stylesheets/main.css.map": "assets/stylesheets/main.b87cccff.min.css.map",
"assets/stylesheets/main.css": "assets/stylesheets/main.3b61ea93.min.css",
"assets/stylesheets/main.css.map": "assets/stylesheets/main.3b61ea93.min.css.map",
"assets/stylesheets/overrides.css": "assets/stylesheets/overrides.c462ebf7.min.css",
"assets/stylesheets/overrides.css.map": "assets/stylesheets/overrides.c462ebf7.min.css.map",
"assets/stylesheets/palette.css": "assets/stylesheets/palette.39b8e14a.min.css",
Expand Down
3 changes: 3 additions & 0 deletions material/assets/stylesheets/main.3b61ea93.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions material/assets/stylesheets/main.3b61ea93.min.css.map

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions material/assets/stylesheets/main.b87cccff.min.css

This file was deleted.

1 change: 0 additions & 1 deletion material/assets/stylesheets/main.b87cccff.min.css.map

This file was deleted.

2 changes: 1 addition & 1 deletion material/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
{% endif %}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.b87cccff.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.3b61ea93.min.css' | url }}">
{% if config.theme.palette %}
{% set palette = config.theme.palette %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.39b8e14a.min.css' | url }}">
Expand Down
1 change: 1 addition & 0 deletions src/assets/stylesheets/main/layout/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b89705b

Please sign in to comment.