diff options
| author | bobzel <zzzman@gmail.com> | 2023-09-29 10:37:14 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-09-29 10:37:14 -0400 |
| commit | c5c511fe51e858ca52615aaedb193dc947b90932 (patch) | |
| tree | 7ea2ab13f1156d1fccfc4085b284ac41ad1fd269 /src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss | |
| parent | 442cb6eb721008191bccb4eae7fcf576aa460461 (diff) | |
fixed autoHeight text scrolling in its own tab and elsewhere. update ChildDrag to GroupChildDrag and simplified documentView code. fixed MapAnchorMenu to allow linking by dragging text icon.
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss index e4ae251c8..c90fdf013 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss @@ -11,6 +11,15 @@ touch-action: none; border-radius: inherit; } +.collectionFreeForm-groupDropper { + width: 10000; + height: 10000; + left: -5000; + top: -5000; + position: absolute; + background: transparent; + pointer-events: all; +} .collectionfreeformview-grid { transform-origin: top left; |
