Skip to content

Commit

Permalink
Merge pull request #4619 from lorumic/increase-z-index-modal
Browse files Browse the repository at this point in the history
Increase z-index of the modal so that it overlays the navigation drawer
  • Loading branch information
bartaz committed Dec 7, 2022
2 parents 9a4f01e + 5fde2d8 commit 7ffe9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_patterns_modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
right: 0;
top: 0;
width: 100%;
z-index: 101;
z-index: 150; // render on top of any other content or layout elements
}

.p-modal__dialog {
Expand Down

0 comments on commit 7ffe9b8

Please sign in to comment.