diff --git a/webUI/react/src/components/Page.tsx b/webUI/react/src/components/Page.tsx index 01dc57b7..acf4a69b 100644 --- a/webUI/react/src/components/Page.tsx +++ b/webUI/react/src/components/Page.tsx @@ -85,7 +85,7 @@ function LazyImage(props: IProps) { ref={ref} src={imageSrc} alt={`Page #${index}`} - style={{ width: '100%' }} + style={{ width: '100%', maxWidth: '95vw' }} /> ); }