[RANTS-68] fix: z-index for image picker popover button (change project cover) (#6812)

This commit is contained in:
Prateek Shourya
2025-03-25 20:16:06 +05:30
committed by GitHub
parent caa522118d
commit cebd0b3599

View File

@@ -149,7 +149,7 @@ export const ImagePickerPopover: React.FC<Props> = observer((props) => {
useOutsideClickDetector(ref, handleClose);
return (
<Popover className="relative z-20" ref={ref} tabIndex={tabIndex} onKeyDown={handleKeyDown}>
<Popover className="relative z-19" ref={ref} tabIndex={tabIndex} onKeyDown={handleKeyDown}>
<Popover.Button
className="rounded border border-custom-border-300 bg-custom-background-100 px-2 py-1 text-xs text-custom-text-200 hover:text-custom-text-100"
onClick={handleOnClick}