Skip to content

Commit

Permalink
feat: set max value for z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
jimcase committed May 6, 2024
1 parent 336af6e commit e3f138a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/pages/LockPage/LockPage.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.lock-page {
display: flex !important;
z-index: 999;
z-index: 2147483647; // max value

&.hide {
.responsive-page-content,
Expand Down

0 comments on commit e3f138a

Please sign in to comment.