mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Merge pull request #17293 from owncloud/revert-z-index
Revert z-index changes
This commit is contained in:
commit
61a60ffd47
2 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -161,7 +161,6 @@ a.showCruds:hover,a.unshare:hover {
|
|||
max-height:103px;
|
||||
overflow-y:auto;
|
||||
overflow-x:hidden;
|
||||
z-index: 101 !important;
|
||||
}
|
||||
|
||||
.notCreatable {
|
||||
|
|
|
|||
Loading…
Reference in a new issue