From 554b186975b5757cad5205d8f3a36cbc0fdbf52c Mon Sep 17 00:00:00 2001 From: Felix Hamann Date: Sun, 10 Feb 2019 19:42:03 +0100 Subject: [PATCH] =?UTF-8?q?fix=20overscroll=20bug=20on=20=C2=BBmain=C2=AB?= =?UTF-8?q?=20element?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/default-layout.lucius | 8 -------- 1 file changed, 8 deletions(-) diff --git a/templates/default-layout.lucius b/templates/default-layout.lucius index 2280e1849..faf42548f 100644 --- a/templates/default-layout.lucius +++ b/templates/default-layout.lucius @@ -161,14 +161,6 @@ h4 { /* LAYOUT */ .main { position: relative; - min-height: calc(100vh - var(--header-height)); -} - -@media (max-width: 768px) { - - .main { - min-height: calc(100vh - var(--header-height-collapsed)); - } } .main__content {