Fixed vertical scrollbar always appearing

This commit is contained in:
squidfunk 2017-11-01 18:15:10 +01:00 committed by Martin Donath
parent 9b0bbe2e04
commit f14fa37f4d
3 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -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 %}

View File

@ -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) {