[Pkg-owncloud-commits] [owncloud] 190/273: Fix files list scroll behavior

David Prévot taffit at moszumanska.debian.org
Fri Jul 4 03:13:15 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 32d2457e5810a9838258aadc051a53964b5a3233
Author: Vincent Petry <pvince81 at owncloud.com>
Date:   Tue Jul 1 21:48:06 2014 +0200

    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 89130e4..3eec7ba 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 */

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list