diff --git a/playbook/app/pb_kits/playbook/pb_typeahead/_typeahead.scss b/playbook/app/pb_kits/playbook/pb_typeahead/_typeahead.scss index 3de587978e..a12acb6f80 100644 --- a/playbook/app/pb_kits/playbook/pb_typeahead/_typeahead.scss +++ b/playbook/app/pb_kits/playbook/pb_typeahead/_typeahead.scss @@ -2,6 +2,7 @@ @import "../tokens/border_radius"; @import "../tokens/spacing"; @import "../tokens/shadows"; +@import "../tokens/positioning"; [class^=pb_typeahead_kit] { .typeahead-kit-select__option { @@ -99,6 +100,7 @@ .typeahead-kit-select__menu { background-color: $bg_dark; color: $white; + z-index: $z_1; } .typeahead-kit-select__option:hover { background-color: $active_dark; @@ -182,6 +184,7 @@ } .typeahead-kit-select__menu { + z-index: $z_1; .typeahead-kit-select__menu-list { padding: 0; }