diff options
| author | bobzel <zzzman@gmail.com> | 2020-12-16 00:38:06 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-16 00:38:06 -0500 |
| commit | 0f52fdb7dc2555bc2f6797a462d715b0e035eb23 (patch) | |
| tree | e8b7664d5e5ab3e9bc9dd7d03ff71a8e0ed134e9 /src/client/views/nodes/WebBox.scss | |
| parent | 84849091ceaec757e545ab5ea69cd9d6ff46f6d2 (diff) | |
| parent | 3fd3a5d8a130b32cd60c30904c3ce1d5d86de825 (diff) | |
Merge pull request #941 from browngraphicslab/contentScalingUpdate
Content scaling update
Diffstat (limited to 'src/client/views/nodes/WebBox.scss')
| -rw-r--r-- | src/client/views/nodes/WebBox.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/WebBox.scss b/src/client/views/nodes/WebBox.scss index 9d9c8a883..5a7c1c904 100644 --- a/src/client/views/nodes/WebBox.scss +++ b/src/client/views/nodes/WebBox.scss @@ -69,6 +69,7 @@ width: 100%; height: 100%; position: absolute; + transform-origin: top left; top: 0; left: 0; overflow: auto; |
