Merge pull request #10388 from nextcloud/dialog-overlay-index

Fix overlay dialog zindex
This commit is contained in:
Morris Jobke 2018-07-25 13:37:35 +02:00 committed by GitHub
commit a5d163ac3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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%;