diff --git a/gui/src/components/input/MaskCanvas.tsx b/gui/src/components/input/MaskCanvas.tsx index f91c9ed6..c9b5bd72 100644 --- a/gui/src/components/input/MaskCanvas.tsx +++ b/gui/src/components/input/MaskCanvas.tsx @@ -175,6 +175,7 @@ export function MaskCanvas(props: MaskCanvasProps) { const styles: React.CSSProperties = { backgroundPosition: 'top left', backgroundRepeat: 'no-repeat', + backgroundSize: 'contain', border: '1px solid black', maxHeight: params.height.default, maxWidth: params.width.default,