mirror of
https://github.com/9001/copyparty.git
synced 2026-06-19 12:42:51 -06:00
fix modal z index
This commit is contained in:
parent
f8d0d668f8
commit
6d7ee1a16d
|
|
@ -2605,7 +2605,7 @@ html.y #bbox-overlay figcaption a {
|
|||
|
||||
.modal {
|
||||
display: none;
|
||||
z-index: 3;
|
||||
z-index: 10;
|
||||
background: rgba(48, 48, 48, 0.7);
|
||||
}
|
||||
.modal.vis,
|
||||
|
|
|
|||
Loading…
Reference in a new issue