mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 13:42:29 -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 {
|
.modal {
|
||||||
display: none;
|
display: none;
|
||||||
z-index: 3;
|
z-index: 10;
|
||||||
background: rgba(48, 48, 48, 0.7);
|
background: rgba(48, 48, 48, 0.7);
|
||||||
}
|
}
|
||||||
.modal.vis,
|
.modal.vis,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue