mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #10388 from nextcloud/dialog-overlay-index
Fix overlay dialog zindex
This commit is contained in:
commit
a5d163ac3b
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@
|
|||
.oc-dialog-dim {
|
||||
background-color: #000;
|
||||
opacity: .20;
|
||||
z-index: 999;
|
||||
z-index: 9999;
|
||||
position: fixed;
|
||||
top: 0; left: 0;
|
||||
width: 100%; height: 100%;
|
||||
|
|
|
|||
Loading…
Reference in a new issue