pl-fe: change z index for popovers, fix alt text popovers and probably break some other stuff
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@ -96,7 +96,7 @@ const Popover: React.FC<IPopover> = ({ children, content, referenceElementClassN
|
||||
<Portal>
|
||||
<div
|
||||
ref={refs.setFloating}
|
||||
className='z-40'
|
||||
className='z-[101]'
|
||||
style={{
|
||||
position: strategy,
|
||||
top: y ?? 0,
|
||||
|
||||
Reference in New Issue
Block a user