From 9c6f604321069a916687370ce00bc2ffbf8b0f9e Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 4 Jun 2014 16:41:11 +0200 Subject: [PATCH] explicit position:relative for app-content, fixes first run layout --- core/css/apps.css | 1 + 1 file changed, 1 insertion(+) diff --git a/core/css/apps.css b/core/css/apps.css index 18e299552e..4bcf89c7ee 100644 --- a/core/css/apps.css +++ b/core/css/apps.css @@ -168,6 +168,7 @@ /* Part where the content will be loaded into */ #app-content { + position: relative; height: 100%; overflow-y: auto; }