We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b89e10a commit 65ddf48Copy full SHA for 65ddf48
packages/components/src/custom-select-control-v2/styles.ts
@@ -112,8 +112,7 @@ export const SelectPopover = styled( Ariakit.SelectPopover )`
112
border-radius: 2px;
113
border: 1px solid ${ COLORS.theme.foreground };
114
115
- /* Same as popover component */
116
- /* TODO: is there a way to read the sass variable? */
+ /* z-index(".components-popover") */
117
z-index: 1000000;
118
119
max-height: min( var( --popover-available-height, 400px ), 400px );
0 commit comments