[WEB-4563]fix: image full screen modal #7491

This commit is contained in:
Vamsi Krishna
2025-07-28 19:55:13 +05:30
committed by GitHub
parent 84879ee3bd
commit 55f06cf546

View File

@@ -191,7 +191,7 @@ const ImageFullScreenModalWithoutPortal = (props: Props) => {
return (
<div
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", {
"opacity-100 pointer-events-auto editor-image-full-screen-modal": isFullScreenEnabled,
"cursor-default": !isDragging,
"cursor-grabbing": isDragging,