From e183c9f47877020c2007735bf31c9571cc9d3f90 Mon Sep 17 00:00:00 2001 From: Marcos Date: Tue, 9 Jun 2015 11:26:04 +0100 Subject: [PATCH] Fixed scroll issue Fixes #77 It seems to be inherited from some external css (apps.css) --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index 2020482..21b8a84 100644 --- a/css/style.css +++ b/css/style.css @@ -54,6 +54,7 @@ #app-content-wrapper { padding: 15px; margin-top: 80px; + min-height: auto !important; } #app-content-header {