Skip to content

Commit 55f06cf

Browse files
[WEB-4563]fix: image full screen modal #7491
1 parent 84879ee commit 55f06cf

File tree

1 file changed

+1
-1
lines changed
  • packages/editor/src/core/extensions/custom-image/components/toolbar/full-screen

1 file changed

+1
-1
lines changed

packages/editor/src/core/extensions/custom-image/components/toolbar/full-screen/modal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ const ImageFullScreenModalWithoutPortal = (props: Props) => {
191191

192192
return (
193193
<div
194-
className={cn("fixed inset-0 size-full z-30 bg-black/90 opacity-0 pointer-events-none transition-opacity", {
194+
className={cn("fixed inset-0 size-full z-50 bg-black/90 opacity-0 pointer-events-none transition-opacity", {
195195
"opacity-100 pointer-events-auto editor-image-full-screen-modal": isFullScreenEnabled,
196196
"cursor-default": !isDragging,
197197
"cursor-grabbing": isDragging,

0 commit comments

Comments
 (0)