diff options
| author | Stanley Yip <stanley_yip@brown.edu> | 2020-01-08 19:48:28 -0500 |
|---|---|---|
| committer | Stanley Yip <stanley_yip@brown.edu> | 2020-01-08 19:48:28 -0500 |
| commit | cef6852d597ce67637466afb36c3498dc84211f6 (patch) | |
| tree | 2799a5a973c17095b4c22f72ca8ece3ab8817b1a /src/client/views/GestureOverlay.scss | |
| parent | 685ba9666929eddac09a09e77a2e4df1322af066 (diff) | |
gestures are now overlayed and can span collections/panes!
Diffstat (limited to 'src/client/views/GestureOverlay.scss')
| -rw-r--r-- | src/client/views/GestureOverlay.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/client/views/GestureOverlay.scss b/src/client/views/GestureOverlay.scss new file mode 100644 index 000000000..cbc1b6e7d --- /dev/null +++ b/src/client/views/GestureOverlay.scss @@ -0,0 +1,8 @@ +.gestureOverlay-cont { + width: 100vw; + height: 100vw; + position: absolute; + top: 0; + left: 0; + touch-action: none; +}
\ No newline at end of file |
