Skip to content

Commit

Permalink
fix(modal): adapt modal z-index to overlap sticky title-bar
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWeb committed Apr 12, 2024
1 parent 17e6736 commit 6e26597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/Modal/default/src/modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// stylelint-disable selector-class-pattern
.ReactModal__Overlay {
animation: fademodal 0.1s linear;
z-index: 3;
z-index: 111;
overflow: auto;
&--after-open {
background: rgba($color-azur, 0.62) !important;
Expand Down

0 comments on commit 6e26597

Please sign in to comment.