We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84879ee commit 55f06cfCopy full SHA for 55f06cf
packages/editor/src/core/extensions/custom-image/components/toolbar/full-screen/modal.tsx
@@ -191,7 +191,7 @@ const ImageFullScreenModalWithoutPortal = (props: Props) => {
191
192
return (
193
<div
194
- className={cn("fixed inset-0 size-full z-30 bg-black/90 opacity-0 pointer-events-none transition-opacity", {
+ className={cn("fixed inset-0 size-full z-50 bg-black/90 opacity-0 pointer-events-none transition-opacity", {
195
"opacity-100 pointer-events-auto editor-image-full-screen-modal": isFullScreenEnabled,
196
"cursor-default": !isDragging,
197
"cursor-grabbing": isDragging,
0 commit comments