diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-04 16:41:11 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-04 16:41:11 +0200 |
commit | 9c6f604321069a916687370ce00bc2ffbf8b0f9e (patch) | |
tree | e79051971e51f7d4b9c662cde2dccce99e1f7185 | |
parent | b5f0a179187bb3f10a939518c6eba72593c1f7a5 (diff) | |
download | nextcloud-server-9c6f604321069a916687370ce00bc2ffbf8b0f9e.tar.gz nextcloud-server-9c6f604321069a916687370ce00bc2ffbf8b0f9e.zip |
explicit position:relative for app-content, fixes first run layout
-rw-r--r-- | core/css/apps.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/apps.css b/core/css/apps.css index 18e299552e5..4bcf89c7ee4 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; } |