Skip to content

Commit

Permalink
Adjust z-index down to prevent potential conflicts with other elements
Browse files Browse the repository at this point in the history
  • Loading branch information
LlGC-jop committed Oct 31, 2024
1 parent f1f78d2 commit 271bd31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
left: 0;
background: @overlay-modal-bg;
background-image: data-uri('../img/modal_bg.gif');
z-index: 100;
z-index: 30;
}

.overlay {
Expand Down

0 comments on commit 271bd31

Please sign in to comment.