From 32d2457e5810a9838258aadc051a53964b5a3233 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Tue, 1 Jul 2014 21:48:06 +0200 Subject: [PATCH] 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. --- apps/files/css/files.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 89130e47fd..3eec7ba905 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -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 */