Fix files list scroll behavior

View container height needs to be accurate and span over the whole
scroll container for infinite scrolling to work properly.
This commit is contained in:
Vincent Petry 2014-07-01 21:48:06 +02:00
parent 19a6dc5420
commit 32d2457e58
1 changed files with 1 additions and 1 deletions

View File

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