Skip to content

Commit

Permalink
Modal Dialog Example: Increase z-index of dialog backdrop
Browse files Browse the repository at this point in the history
  • Loading branch information
emamoah authored Oct 26, 2023
1 parent 9a5e55c commit 6c1aaca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/patterns/dialog-modal/examples/css/dialog.css
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
right: 0;
bottom: 0;
left: 0;
z-index: 1;
}

@media screen and (min-width: 640px) {
Expand Down

0 comments on commit 6c1aaca

Please sign in to comment.