Skip to content

Commit

Permalink
Fix toasts being obscured by dialog shade
Browse files Browse the repository at this point in the history
  • Loading branch information
martastain committed Oct 26, 2024
1 parent 417a635 commit 8121986
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/Dialog.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const StyledDialog = styled.dialog`
&::backdrop {
background-color: rgba(0, 0, 0, 0);
backdrop-filter: none;
z-index: 999; // P5e04
}
&[open] {
Expand Down

0 comments on commit 8121986

Please sign in to comment.