Skip to content

Commit 65ddf48

Browse files
committed
Better z-index comment
1 parent b89e10a commit 65ddf48

File tree

1 file changed

+1
-2
lines changed
  • packages/components/src/custom-select-control-v2

1 file changed

+1
-2
lines changed

packages/components/src/custom-select-control-v2/styles.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,7 @@ export const SelectPopover = styled( Ariakit.SelectPopover )`
112112
border-radius: 2px;
113113
border: 1px solid ${ COLORS.theme.foreground };
114114
115-
/* Same as popover component */
116-
/* TODO: is there a way to read the sass variable? */
115+
/* z-index(".components-popover") */
117116
z-index: 1000000;
118117
119118
max-height: min( var( --popover-available-height, 400px ), 400px );

0 commit comments

Comments
 (0)