mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 01:52:42 +03:00
Merge pull request #3606 from tylershuster/link-group-dropdown
landscape: increase z-index of dropdown search
This commit is contained in:
commit
27d0c8ad6b
@ -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 && (
|
||||
|
Loading…
Reference in New Issue
Block a user