diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-07-25 13:37:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-25 13:37:35 +0200 |
commit | a5d163ac3b5c1e71799f112fd0734c4d7feac1de (patch) | |
tree | 18f49087992295b8faaaa3501e674e23560e1970 | |
parent | 35afd4ea5fe77ef8bb6dcbfb1104854d34fddc1c (diff) | |
parent | 85bcc616045b7f2bd4948e75236c5f0557e735d7 (diff) | |
download | nextcloud-server-a5d163ac3b5c1e71799f112fd0734c4d7feac1de.tar.gz nextcloud-server-a5d163ac3b5c1e71799f112fd0734c4d7feac1de.zip |
Merge pull request #10388 from nextcloud/dialog-overlay-index
Fix overlay dialog zindex
-rw-r--r-- | core/css/jquery.ocdialog.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/jquery.ocdialog.scss b/core/css/jquery.ocdialog.scss index 775393406ff..0a6e99ddb4f 100644 --- a/core/css/jquery.ocdialog.scss +++ b/core/css/jquery.ocdialog.scss @@ -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%; |