Fixed vertical scrollbar on short pages

This commit is contained in:
squidfunk 2017-10-18 19:35:24 +02:00
parent a267729084
commit 716971d13d
4 changed files with 2 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -39,7 +39,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-9011e2d3f8.css"> <link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-f7bfdf20a5.css">
{% if config.extra.palette %} {% if config.extra.palette %}
<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 %}

View File

@ -116,8 +116,6 @@
// Set spacing // Set spacing
&__inner { &__inner {
// Hack: omit subpixel rounding issues when scaling up the base font
margin-bottom: -0.1rem;
padding: 0.4rem; padding: 0.4rem;
overflow: auto; overflow: auto;
} }