diff options
| author | bobzel <zzzman@gmail.com> | 2021-02-24 22:04:31 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-02-24 22:04:31 -0500 |
| commit | 3410e107435410a5635a70f12ee05e2d874ff01c (patch) | |
| tree | 5d9fdfbc66199665a33847f67edae8650f2aae34 /src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss | |
| parent | 58adadeaaf97c57a15d42fea86e75180fc3b2c14 (diff) | |
cleaned up DocumentView's contentView api to be more general. fixed screenToLocal for freeformView's whenb _fitToBox is set. moved webBox menu items out of CollectionMenu and into WebBox using the contentView API.
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss index a05c25c9b..eb0538c41 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss @@ -191,7 +191,7 @@ .collectionfreeformview-container { // touch action none means that the browser will handle none of the touch actions. this allows us to implement our own actions. touch-action: none; - + transform-origin: top left; .collectionfreeformview-placeholder { background: gray; |
