Skip to content

Commit

Permalink
fix: set z-index for center dialog wrapper (#984)
Browse files Browse the repository at this point in the history
  • Loading branch information
mstruebing authored Jul 27, 2023
1 parent 402461e commit 81cb820
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/modal/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export const centerDialogWrapper = css`
bottom: 0;
left: 0;
right: 0;
z-index: ${zIndexModal};
`;

export const modal = css`
Expand Down

0 comments on commit 81cb820

Please sign in to comment.