mirror of
https://github.com/urbit/shrub.git
synced 2024-12-01 06:35:32 +03:00
parent
4fad47d151
commit
26a3a1761c
@ -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