mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed vertical scrollbar on short pages
This commit is contained in:
parent
a267729084
commit
716971d13d
File diff suppressed because one or more lines are too long
1
material/assets/stylesheets/application-f7bfdf20a5.css
Normal file
1
material/assets/stylesheets/application-f7bfdf20a5.css
Normal file
File diff suppressed because one or more lines are too long
@ -39,7 +39,7 @@
|
||||
<script src="{{ base_url }}/assets/javascripts/modernizr-e826f8942a.js"></script>
|
||||
{% endblock %}
|
||||
{% block styles %}
|
||||
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-9011e2d3f8.css">
|
||||
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-f7bfdf20a5.css">
|
||||
{% if config.extra.palette %}
|
||||
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-23f75ab9c7.palette.css">
|
||||
{% endif %}
|
||||
|
@ -116,8 +116,6 @@
|
||||
|
||||
// Set spacing
|
||||
&__inner {
|
||||
// Hack: omit subpixel rounding issues when scaling up the base font
|
||||
margin-bottom: -0.1rem;
|
||||
padding: 0.4rem;
|
||||
overflow: auto;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user