We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caa5221 commit cebd0b3Copy full SHA for cebd0b3
web/core/components/core/image-picker-popover.tsx
@@ -149,7 +149,7 @@ export const ImagePickerPopover: React.FC<Props> = observer((props) => {
149
useOutsideClickDetector(ref, handleClose);
150
151
return (
152
- <Popover className="relative z-20" ref={ref} tabIndex={tabIndex} onKeyDown={handleKeyDown}>
+ <Popover className="relative z-19" ref={ref} tabIndex={tabIndex} onKeyDown={handleKeyDown}>
153
<Popover.Button
154
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"
155
onClick={handleOnClick}
0 commit comments