From 75451927b5a90adb22788047e15c175e265d6c17 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 1 Jul 2015 16:12:36 +0200 Subject: [PATCH 1/2] Revert "explicitly set z-index on app-content, fix overlap from navigation" This reverts commit 71e5bc180399e75af7b67b4187c19d94b5586a5f. --- 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 af2e85e3b9..57133729f1 100644 --- a/core/css/apps.css +++ b/core/css/apps.css @@ -410,7 +410,6 @@ position: relative; height: 100%; overflow-y: auto; - z-index: 100; } #app-content-wrapper { @@ -556,3 +555,4 @@ em { z-index:500; padding:16px; } + From b80b1fbd243dc67ec3b3631c342d05af683056d9 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 1 Jul 2015 16:12:55 +0200 Subject: [PATCH 2/2] Revert "fix z-index of share-autocomplete" This reverts commit 4edf388a3852507886e1fc1c396725ea0a6c8e82. --- core/css/share.css | 1 - 1 file changed, 1 deletion(-) diff --git a/core/css/share.css b/core/css/share.css index 11e23131dc..0d687cb76d 100644 --- a/core/css/share.css +++ b/core/css/share.css @@ -161,7 +161,6 @@ a.showCruds:hover,a.unshare:hover { max-height:103px; overflow-y:auto; overflow-x:hidden; - z-index: 101 !important; } .notCreatable {