Skip to content

Commit

Permalink
modified style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
j0ell1 committed Oct 14, 2024
1 parent 6dfd173 commit 230a87d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ body {
border-radius: 10px;
opacity: 0;
transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
z-index: 20; /* Ensure the popup is above the blurred background */
z-index: 50; /* Ensure the popup is above the blurred background */
}

.popup.show {
Expand Down

0 comments on commit 230a87d

Please sign in to comment.