fix: fixed margin for fullscreen image (#2274)

This commit is contained in:
Kevin
2026-07-23 06:42:50 +02:00
committed by GitHub
parent aa0e568fb8
commit bd964cc8ed
@@ -114,7 +114,7 @@ export const LibraryHeader = forwardRef(
onClick={() => closeAllModals()}
style={{
cursor: 'pointer',
height: 'calc(100vh - 80px)',
height: 'calc(100vh - 72px - 10px - 12px - 12px)', // 72px header, 10px outer modal border, 12px padding bottom image, 12px scrollbar bottom
width: '100%',
}}
>