Skip to content

Commit

Permalink
Update packages/components/src/confirm-dialog/styles.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Marco Ciampini <[email protected]>
  • Loading branch information
chad1008 and ciampo committed Jan 25, 2022
1 parent e52736d commit 6b753dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/components/src/confirm-dialog/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ import { css } from '@emotion/react';
* any parent Popover component.
*/
export const wrapper = css`
z-index: 1000001;
&& {
z-index: 1000001;
}
`;

0 comments on commit 6b753dd

Please sign in to comment.