mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-22 09:19:28 +00:00
fix: show drop down menu with style
This commit is contained in:
parent
6f9f9e38f8
commit
6544a4ae13
@ -42,7 +42,7 @@ const Validators = ({
|
||||
</Text>
|
||||
<DropdownMenu>
|
||||
<ChevronDownIcon size={16} color={'#919191'} style={{ cursor: 'pointer' }} />
|
||||
<DropdownMenu.Content sideOffset={10}>
|
||||
<DropdownMenu.Content sideOffset={10} position="absolute" zIndex={999}>
|
||||
<DropdownMenu.Item
|
||||
icon={<EditIcon size={20} />}
|
||||
label="asdf"
|
||||
|
Loading…
x
Reference in New Issue
Block a user