diff options
author | bobzel <zzzman@gmail.com> | 2020-10-30 16:05:08 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-10-30 16:05:08 -0400 |
commit | 43f54df9f75b6eb1467fa33ae06401e165f2c140 (patch) | |
tree | bdc0673a09f8f8de05e27ce21291ffd136d58aa6 | |
parent | 17eea906fc583baebb7222030aebc78d74f76c37 (diff) |
from last
-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 6c244a278..bdd2071a2 100644 --- a/src/client/views/nodes/WebBox.tsx +++ b/src/client/views/nodes/WebBox.tsx @@ -690,7 +690,7 @@ export class WebBox extends ViewBoxAnnotatableComponent<FieldViewProps, WebDocum //this._outerRef.current!.scrollTop !== this._scrollTop && (this._outerRef.current!.scrollTop = this._scrollTop) }}> <div className={"webBox-innerContent"} style={{ - height: NumCast(this.layoutDoc.scrollHeight), + height: NumCast(this.layoutDoc.scrollHeight, 50), pointerEvents: this.layoutDoc._isBackground ? "none" : undefined }}> <CollectionFreeFormView {...OmitKeys(this.props, ["NativeWidth", "NativeHeight"]).omit} |