pl-fe: fix dropdown menu styles
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
9bddccd1b3
commit
9e8d67c3af
1 changed files with 1 additions and 0 deletions
|
@ -365,6 +365,7 @@ const DropdownMenu = (props: IDropdownMenu) => {
|
|||
<div
|
||||
data-testid='dropdown-menu'
|
||||
ref={refs.setFloating}
|
||||
className='z-[1001]'
|
||||
style={{
|
||||
position: strategy,
|
||||
top: y ?? 0,
|
||||
|
|
Loading…
Reference in a new issue