Skip to content

Commit 44a03fc

Browse files
BUGFIX: selectbox contents not visible in elevated inspector
1 parent 78fbf5b commit 44a03fc

File tree

1 file changed

+1
-1
lines changed
  • packages/react-ui-components/src/DropDown

1 file changed

+1
-1
lines changed

packages/react-ui-components/src/DropDown/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
position: absolute;
5050
top: 100%;
5151
left: 0;
52-
z-index: var(--zIndex-DropdownContents-Context);
52+
z-index: var(--zIndex-SecondaryInspectorElevated-DropDownContents);
5353
display: none;
5454
width: 100%;
5555
margin: 0;

0 commit comments

Comments
 (0)