Merge pull request #17293 from owncloud/revert-z-index
Revert z-index changes
This commit is contained in:
commit
61a60ffd47
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue