Skip to content

Commit

Permalink
Better z-index comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Jun 26, 2024
1 parent b89e10a commit 65ddf48
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/components/src/custom-select-control-v2/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@ export const SelectPopover = styled( Ariakit.SelectPopover )`
border-radius: 2px;
border: 1px solid ${ COLORS.theme.foreground };
/* Same as popover component */
/* TODO: is there a way to read the sass variable? */
/* z-index(".components-popover") */
z-index: 1000000;
max-height: min( var( --popover-available-height, 400px ), 400px );
Expand Down

0 comments on commit 65ddf48

Please sign in to comment.