From f7e51112d5295d74c3b3d4f7e09b79ae9d732235 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn?= <bo@kbct.de>
Date: Thu, 1 Mar 2018 19:17:38 +0000
Subject: [PATCH] remove height: 100% from html+body

This prevented a full-sized body, so all content overflew.
Dark themes should be working now :)
---
 _sass/sassline-base/_reset.scss | 1 -
 assets/styles.scss              | 1 -
 2 files changed, 2 deletions(-)

diff --git a/_sass/sassline-base/_reset.scss b/_sass/sassline-base/_reset.scss
index cedba1d5..89ee5861 100755
--- a/_sass/sassline-base/_reset.scss
+++ b/_sass/sassline-base/_reset.scss
@@ -5,7 +5,6 @@
 * { box-sizing: border-box; }
 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
 article, aside, details, figcaption, footer, header, hgroup, menu, nav, section { display: block; }
-html, body { height: 100%; }
 a img { border: none; }
 blockquote { quotes: none; }
 blockquote:before, blockquote:after { content: ''; content: none; }
diff --git a/assets/styles.scss b/assets/styles.scss
index fdf59caf..1239c1f6 100644
--- a/assets/styles.scss
+++ b/assets/styles.scss
@@ -15,7 +15,6 @@ title: false
 body {
   background: $backgroundColour;
   color: $bodyColour;
-  height: 100%;
   display: flex;
   @include flex-direction(column);
   overflow-x: hidden;
-- 
GitLab