explicit position:relative for app-content, fixes first run layout

This commit is contained in:
Jan-Christoph Borchardt 2014-06-04 16:41:11 +02:00
parent b5f0a17918
commit 9c6f604321
1 changed files with 1 additions and 0 deletions

View File

@ -168,6 +168,7 @@
/* Part where the content will be loaded into */
#app-content {
position: relative;
height: 100%;
overflow-y: auto;
}