fix: show drop down menu with style
This commit is contained in:
parent
6f9f9e38f8
commit
6544a4ae13
|
@ -42,7 +42,7 @@ const Validators = ({
|
||||||
</Text>
|
</Text>
|
||||||
<DropdownMenu>
|
<DropdownMenu>
|
||||||
<ChevronDownIcon size={16} color={'#919191'} style={{ cursor: 'pointer' }} />
|
<ChevronDownIcon size={16} color={'#919191'} style={{ cursor: 'pointer' }} />
|
||||||
<DropdownMenu.Content sideOffset={10}>
|
<DropdownMenu.Content sideOffset={10} position="absolute" zIndex={999}>
|
||||||
<DropdownMenu.Item
|
<DropdownMenu.Item
|
||||||
icon={<EditIcon size={20} />}
|
icon={<EditIcon size={20} />}
|
||||||
label="asdf"
|
label="asdf"
|
||||||
|
|
Loading…
Reference in New Issue