Skip to content

Commit

Permalink
Rename zIndex const from Popover to Flyout
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Jun 30, 2021
1 parent 680dccb commit 953872b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/components/src/flyout/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as ZIndex from '../utils/z-index';
import CONFIG from '../utils/config-values';

export const FlyoutContent = css`
z-index: ${ ZIndex.Popover };
z-index: ${ ZIndex.Flyout };
box-sizing: border-box;
opacity: 0;
outline: none;
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/utils/z-index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const Popover = 10000;
export const Flyout = 10000;
export const Tooltip = 1000002;

0 comments on commit 953872b

Please sign in to comment.