Skip to content

Commit

Permalink
fix(Select): pull z-index of select options to top
Browse files Browse the repository at this point in the history
  • Loading branch information
booc0mtaco committed Oct 23, 2024
1 parent 299d074 commit b7513f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Select/Select.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
*/
.select__options {
max-height: 25vh;
z-index: 100;
z-index: var(--eds-z-index-top);
}

.select--label-layout-vertical {
Expand Down

0 comments on commit b7513f5

Please sign in to comment.