[Pkg-owncloud-commits] [owncloud] 86/205: explicitly set z-index on app-content, fix overlap from navigation

David Prévot taffit at moszumanska.debian.org
Thu Jul 2 17:36:59 UTC 2015


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

taffit pushed a commit to branch stable8
in repository owncloud.

commit 71e5bc180399e75af7b67b4187c19d94b5586a5f
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Tue Jun 23 14:03:27 2015 +0200

    explicitly set z-index on app-content, fix overlap from navigation
---
 core/css/apps.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/css/apps.css b/core/css/apps.css
index 5713372..af2e85e 100644
--- a/core/css/apps.css
+++ b/core/css/apps.css
@@ -410,6 +410,7 @@
 	position: relative;
 	height: 100%;
 	overflow-y: auto;
+	z-index: 100;
 }
 
 #app-content-wrapper {
@@ -555,4 +556,3 @@ em {
 	z-index:500;
 	padding:16px;
 }
-

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