diff --git a/src/components/Select/Select.module.css b/src/components/Select/Select.module.css index 3532a994f..f6174f92a 100644 --- a/src/components/Select/Select.module.css +++ b/src/components/Select/Select.module.css @@ -32,7 +32,7 @@ */ .select__options { max-height: 25vh; - z-index: 100; + z-index: var(--eds-z-index-top); } .select--label-layout-vertical {