[Pkg-owncloud-commits] [owncloud] 232/273: fix animation of sidebar and prevent horizontal scrollbar, fix #9284

David Prévot taffit at moszumanska.debian.org
Fri Jul 4 03:13:20 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 18cd80426b29d206caca4a0fff7855cfdaec58fa
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Wed Jul 2 22:46:08 2014 +0200

    fix animation of sidebar and prevent horizontal scrollbar, fix #9284
---
 core/css/mobile.css | 7 +------
 core/css/styles.css | 1 +
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/core/css/mobile.css b/core/css/mobile.css
index bdca29d..0a74178 100644
--- a/core/css/mobile.css
+++ b/core/css/mobile.css
@@ -58,14 +58,9 @@
 
 /* APP SIDEBAR TOGGLE and SWIPE ----------------------------------------------*/
 
-/* prevent scrollbar when sidebar is open */
-.snapjs-left #content-wrapper {
-	overflow-x: hidden;
-}
-
 #app-navigation,
 #app-content {
-	position: absolute;
+	position: absolute !important;
 	top: 0;
 	left: 0;
 	right: 0;
diff --git a/core/css/styles.css b/core/css/styles.css
index bfa15eb..ab4c727 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -297,6 +297,7 @@ input[type="submit"].enabled {
 	position: absolute;
 	height: 100%;
 	width: 100%;
+	overflow-x: hidden; /* prevent horizontal scrollbar */
 	padding-top: 45px;
 	-moz-box-sizing:border-box;
 	box-sizing:border-box;

-- 
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