diff --git a/sass/style.scss b/sass/style.scss index 9f46cb5..1ce1ee9 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -128,10 +128,12 @@ hr { border-bottom: 1px solid rgba(255, 255, 255, 0.3); } -/* If you don't add this, the body of the page will shrink if there's y-scrollable area */ html { + /* If you don't add this, the body of the page will shrink if there's y-scrollable area */ overflow-y: scroll; line-height: 1.65; + visibility: visible; + opacity: 1; } body { diff --git a/templates/index.html b/templates/index.html index c782971..8d7cbfa 100644 --- a/templates/index.html +++ b/templates/index.html @@ -34,8 +34,7 @@ {% endblock meta %} - - +