diff options
Diffstat (limited to 'src/client/views/nodes/WebBox.tsx')
-rw-r--r-- | src/client/views/nodes/WebBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/WebBox.tsx b/src/client/views/nodes/WebBox.tsx index c84b0a143..8a8f46963 100644 --- a/src/client/views/nodes/WebBox.tsx +++ b/src/client/views/nodes/WebBox.tsx @@ -663,7 +663,7 @@ export class WebBox extends ViewBoxAnnotatableComponent<FieldViewProps, WebDocum <div className={`webBox-container`} style={{ position: undefined, - transform: `sfcale(${scaling})`, + transform: `scale(${scaling})`, width: `${100 / scaling}% `, height: `${100 / scaling}% `, pointerEvents: this.layoutDoc._isBackground ? "none" : undefined |