mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2026-09-03 05:10:16 +03: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