mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2026-03-13 02:18:16 +01:00
Fix viewer positioning error
This commit is contained in:
@@ -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" >
|
||||
|
||||
Reference in New Issue
Block a user