[Pkg-owncloud-commits] [owncloud] 18/258: fix z-index of navigation sidebar for mobile devices

David Prévot taffit at moszumanska.debian.org
Sat Oct 11 17:22:16 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 3d35c7edccfff185e336460690650d83d9ef87e6
Author: Morris Jobke <hey at morrisjobke.de>
Date:   Sun Aug 31 19:41:58 2014 +0200

    fix z-index of navigation sidebar for mobile devices
---
 core/css/header.css | 2 +-
 core/css/mobile.css | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/core/css/header.css b/core/css/header.css
index 2df8cdd..5b4610f 100644
--- a/core/css/header.css
+++ b/core/css/header.css
@@ -135,7 +135,7 @@
 	display: none;
 	overflow-y: auto;
 	overflow-x: hidden;
-	z-index: 150;
+	z-index: 5000;
 }
 #navigation, #navigation * {
 	-moz-box-sizing:border-box;
diff --git a/core/css/mobile.css b/core/css/mobile.css
index 0310b02..f2b7bf7 100644
--- a/core/css/mobile.css
+++ b/core/css/mobile.css
@@ -90,6 +90,7 @@
 	left: 0 !important;
 	background-color: #fff;
 	overflow-x: hidden !important;
+	z-index: 1000;
 }
 /* allow horizontal scrollbar in settings
 	otherwise user management is not usable on mobile */

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