mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-08-02 13:48:15 +02:00
Fix viewer positioning error
This commit is contained in:
parent
6bf41a4cbe
commit
342345cbb9
@ -371,7 +371,7 @@ const Viewer: React.FC<ViewerProps> = ({
|
||||
</Center>
|
||||
) : (
|
||||
<ScrollArea
|
||||
style={{ flex: 1, height: "100%", position: "relative"}}
|
||||
style={{ flex: 1, height: "100vh", position: "relative"}}
|
||||
viewportRef={scrollAreaRef}
|
||||
>
|
||||
<Stack gap="xl" align="center" >
|
||||
|
Loading…
Reference in New Issue
Block a user