landscape: increase z-index of dropdown search

fixes #3583
This commit is contained in:
Tyler Brown Cifu Shuster 2020-09-28 12:32:53 -07:00
parent 4fad47d151
commit 26a3a1761c

View File

@ -128,7 +128,7 @@ export function DropdownSearch<C>(props: DropdownSearchProps<C>) {
);
return (
<Box position="relative">
<Box position="relative" zIndex={9}>
<Label htmlFor={props.id}>{props.label}</Label>
{caption ? <Label mt="2" gray>{caption}</Label> : null}
{!props.disabled && (