Skip to content

Commit

Permalink
fix(AgeVerificationModal): update z-index for improved modal visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepat0 authored and nzambello committed Dec 5, 2024
1 parent 8524d85 commit ddbe6e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.age-verification-modal {
z-index: 1001;
z-index: 9999;
}

.age-verification-modal,
Expand Down

0 comments on commit ddbe6e3

Please sign in to comment.