diff --git a/frontend/src/pages/Writer/Images.tsx b/frontend/src/pages/Writer/Images.tsx
index 97b1778d..e4f0f61e 100644
--- a/frontend/src/pages/Writer/Images.tsx
+++ b/frontend/src/pages/Writer/Images.tsx
@@ -569,28 +569,22 @@ export default function Images() {
isLoading={isUpdatingStatus}
/>
- {/* Lightbox - Use same background as Modal */}
+ {/* Lightbox */}
{lightboxOpen && (
-
- {/* Modal background - same as ImageQueueModal */}
-
+ setLightboxOpen(false)}
+ index={lightboxIndex}
+ slides={lightboxSlides}
+ on={{ view: ({ index }) => setLightboxIndex(index) }}
+ />
+ {/* Custom Close Button - Match Modal Style */}
+
-
- setLightboxOpen(false)}
- index={lightboxIndex}
- slides={lightboxSlides}
- on={{ view: ({ index }) => setLightboxIndex(index) }}
- />
- {/* Custom Close Button - Match Modal Style */}
-