fix: put modal z-index 2 before table headers th z-index 1 before everything else

This commit is contained in:
koksnuss 2020-05-11 10:07:53 +02:00
parent 2e658de219
commit 3bf5452cb8

View File

@ -188,7 +188,7 @@ body > div.container-fluid {
.modal-container {
display: none;
position: fixed;
z-index: 1;
z-index: 2;
left: 0;
top: 0;
width: 100%;