Skip to content

Commit

Permalink
style: fix modal wrapper z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
ooooorobo committed Jan 16, 2025
1 parent d86f20b commit e622ed1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/shared/ui/Modal/Modal.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
transform: translateY(-50%);
width: min(calc(100% - 40px), 440px);

z-index: 1;

pointer-events: bounding-box;

display: flex;
Expand Down

0 comments on commit e622ed1

Please sign in to comment.