diff options
| author | Stanley Yip <stanley_yip@brown.edu> | 2019-10-13 14:29:59 -0400 |
|---|---|---|
| committer | Stanley Yip <stanley_yip@brown.edu> | 2019-10-13 14:29:59 -0400 |
| commit | ab959c44ea6393783fcfef82a241a7bc3e9124ed (patch) | |
| tree | dbbcad7e1f7e65b2be494c0ad2e500e88329c8af /src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss | |
| parent | 1cb74bdb046a618fa017edca7de674992d067752 (diff) | |
improved marquee menu interactions, fixed issue with panning on cffv
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss index a20d6df3a..9b608a576 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss @@ -26,6 +26,9 @@ } .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; + .collectionfreeformview>.jsx-parser { position: inherit; height: 100%; |
