Skip to content

Commit cebd0b3

Browse files
[RANTS-68] fix: z-index for image picker popover button (change project cover) (#6812)
1 parent caa5221 commit cebd0b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/core/components/core/image-picker-popover.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export const ImagePickerPopover: React.FC<Props> = observer((props) => {
149149
useOutsideClickDetector(ref, handleClose);
150150

151151
return (
152-
<Popover className="relative z-20" ref={ref} tabIndex={tabIndex} onKeyDown={handleKeyDown}>
152+
<Popover className="relative z-19" ref={ref} tabIndex={tabIndex} onKeyDown={handleKeyDown}>
153153
<Popover.Button
154154
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"
155155
onClick={handleOnClick}

0 commit comments

Comments
 (0)