mirror of
https://github.com/jeffvli/feishin.git
synced 2026-08-07 21:03:27 +02:00
fix: fixed margin for fullscreen image (#2274)
This commit is contained in:
@@ -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%',
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user