Merge pull request #9344 from owncloud/files-scrollissue

Fix files list scroll behavior
This commit is contained in:
Morris Jobke 2014-07-02 13:26:23 +02:00
commit 456770fde9

View file

@ -89,7 +89,7 @@
/* fit app list view heights */ /* fit app list view heights */
.app-files #app-content>.viewcontainer { .app-files #app-content>.viewcontainer {
height: 100%; min-height: 100%;
} }
/* move Deleted Files to bottom of sidebar */ /* move Deleted Files to bottom of sidebar */