fix: put modal z-index 2 before table headers th z-index 1 before everything else
This commit is contained in:
parent
2e658de219
commit
3bf5452cb8
@ -188,7 +188,7 @@ body > div.container-fluid {
|
|||||||
.modal-container {
|
.modal-container {
|
||||||
display: none;
|
display: none;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 1;
|
z-index: 2;
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user