Skip to content

Commit

Permalink
fix(select): fix dropdown z-index
Browse files Browse the repository at this point in the history
Refs CMDB_DISCOVERY-1026
  • Loading branch information
willc001 committed Dec 29, 2024
1 parent ca85544 commit 3137162
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bricks/form/src/select/index.shadow.css
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@
/* dropdown */
.select-dropdown {
line-height: 1.5715;
z-index: 1050;
padding: 2px;
overflow: hidden;
background-color: var(--color-fill-bg-container-4);
Expand Down

0 comments on commit 3137162

Please sign in to comment.