Skip to content

Commit 8f12dce

Browse files
committed
fix: stack z-index of listbox in popover above other content
1 parent c00e938 commit 8f12dce

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.changeset/dull-walls-explode.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@utrecht/combobox-react": patch
3+
"@utrecht/combobox-css": patch
4+
"@utrecht/component-library-react": patch
5+
---
6+
7+
Stack `z-index` of listbox in popover above other content.

components/combobox/src/_mixin.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
inset: 0;
3131
overflow: auto;
3232
position: absolute;
33-
z-index: var(--utrecht-combobox-popover-z-index);
33+
z-index: var(--utrecht-combobox-popover-z-index, 1);
3434
}
3535

3636
@mixin utrecht-combobox__popover--block-end {

0 commit comments

Comments
 (0)