Skip to content

Commit

Permalink
fix: set z-index for center dialog wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
mstruebing committed Jul 27, 2023
1 parent 4c9c6e9 commit 547c4d9
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 547c4d9

Please sign in to comment.