Merge pull request #8875 from owncloud/app-css-relative

explicit position:relative for app-content, fixes first run layout
This commit is contained in:
Jan-Christoph Borchardt 2014-06-04 16:51:43 +02:00
commit c6196c022d
2 changed files with 1 additions and 4 deletions

View File

@ -87,10 +87,6 @@
#filestable tbody tr { background-color:#fff; height:51px; }
.app-files #app-content {
position: relative;
}
/* fit app list view heights */
.app-files #app-content>.viewcontainer {
height: 100%;

View File

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