Skip to content

Commit

Permalink
Merge pull request #3595 from marcrobertscamao/7.3
Browse files Browse the repository at this point in the history
BUGFIX: select box and dropdown contents not visible in elevated inspector
  • Loading branch information
markusguenther authored Dec 16, 2023
2 parents ddd9cc9 + 44a03fc commit ddc4274
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/react-ui-components/src/DropDown/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
position: absolute;
top: 100%;
left: 0;
z-index: var(--zIndex-DropdownContents-Context);
z-index: var(--zIndex-SecondaryInspectorElevated-DropDownContents);
display: none;
width: 100%;
margin: 0;
Expand Down
2 changes: 1 addition & 1 deletion packages/react-ui-components/src/SelectBox/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
.selectBox__contents {
min-width: 160px;
box-shadow: 0 5px 5px rgba(#000, .2);
z-index: var(--zIndex-SelectBoxContents);
z-index: var(--zIndex-SecondaryInspectorElevated-DropDownContents);
margin-top: -2px;
}

Expand Down

0 comments on commit ddc4274

Please sign in to comment.