Merge pull request #17293 from owncloud/revert-z-index

Revert z-index changes
This commit is contained in:
Morris Jobke 2015-07-02 08:21:54 +02:00
commit 61a60ffd47
2 changed files with 1 additions and 2 deletions

View File

@ -410,7 +410,6 @@
position: relative; position: relative;
height: 100%; height: 100%;
overflow-y: auto; overflow-y: auto;
z-index: 100;
} }
#app-content-wrapper { #app-content-wrapper {
@ -556,3 +555,4 @@ em {
z-index:500; z-index:500;
padding:16px; padding:16px;
} }

View File

@ -161,7 +161,6 @@ a.showCruds:hover,a.unshare:hover {
max-height:103px; max-height:103px;
overflow-y:auto; overflow-y:auto;
overflow-x:hidden; overflow-x:hidden;
z-index: 101 !important;
} }
.notCreatable { .notCreatable {