mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2026-04-16 23:08:38 +02: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