mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed vertical scrollbar always appearing
This commit is contained in:
parent
9b0bbe2e04
commit
f14fa37f4d
1
material/assets/stylesheets/application-5b1b46901f.css
Normal file
1
material/assets/stylesheets/application-5b1b46901f.css
Normal file
File diff suppressed because one or more lines are too long
@ -49,7 +49,7 @@
|
||||
<script src="{{ base_url }}/assets/javascripts/modernizr-e826f8942a.js"></script>
|
||||
{% endblock %}
|
||||
{% block styles %}
|
||||
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-cc1e7c17e0.css">
|
||||
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-5b1b46901f.css">
|
||||
{% if palette.primary or palette.accent %}
|
||||
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-23f75ab9c7.palette.css">
|
||||
{% endif %}
|
||||
|
@ -42,7 +42,6 @@ html {
|
||||
// currently impacts the table of contents component between 1220 and 1234px
|
||||
// and is to current knowledge not fixable.
|
||||
overflow-x: hidden;
|
||||
overflow-y: scroll;
|
||||
|
||||
// [screen medium +]: Set base font-size to 11px
|
||||
@include break-from-device(screen medium) {
|
||||
|
Loading…
Reference in New Issue
Block a user