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:
nicole mikołajczyk
2025-06-20 19:38:41 +02:00
parent e961e643a7
commit 9be3c781c8

View File

@ -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,