Skip to content

Commit

Permalink
Modal Dialog Example: Increase z-index of dialog backdrop (#2843)
Browse files Browse the repository at this point in the history
Resolves issue 2842: A CSS bug where part of the modal dialog popup was obscured on some small screens.
  • Loading branch information
emamoah committed Dec 11, 2023
1 parent 4a3531f commit d057791
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 d057791

Please sign in to comment.