mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2025-01-29 19:07:30 +01: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>
|
<script src="{{ base_url }}/assets/javascripts/modernizr-e826f8942a.js"></script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block styles %}
|
{% 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 %}
|
{% if palette.primary or palette.accent %}
|
||||||
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-23f75ab9c7.palette.css">
|
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-23f75ab9c7.palette.css">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -42,7 +42,6 @@ html {
|
|||||||
// currently impacts the table of contents component between 1220 and 1234px
|
// currently impacts the table of contents component between 1220 and 1234px
|
||||||
// and is to current knowledge not fixable.
|
// and is to current knowledge not fixable.
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overflow-y: scroll;
|
|
||||||
|
|
||||||
// [screen medium +]: Set base font-size to 11px
|
// [screen medium +]: Set base font-size to 11px
|
||||||
@include break-from-device(screen medium) {
|
@include break-from-device(screen medium) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user