Merge pull request #3606 from tylershuster/link-group-dropdown

landscape: increase z-index of dropdown search
This commit is contained in:
matildepark 2020-09-28 17:46:44 -04:00 committed by GitHub
commit 27d0c8ad6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 && (