bring modal z-index above progress bar
This commit is contained in:
parent
931e5aebb3
commit
86021511af
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ input[type="range"]{
|
|||
#lightboxModal{
|
||||
display: none;
|
||||
position: fixed;
|
||||
z-index: 900;
|
||||
z-index: 1001;
|
||||
padding-top: 100px;
|
||||
left: 0;
|
||||
top: 0;
|
||||
|
|
Loading…
Reference in a new issue