diff options
| author | Stanley Yip <stanley_yip@brown.edu> | 2020-02-10 20:02:43 -0500 |
|---|---|---|
| committer | Stanley Yip <stanley_yip@brown.edu> | 2020-02-10 20:02:43 -0500 |
| commit | dc6453e27375a1b3d614a74b7fd1d83695f130d7 (patch) | |
| tree | a459aebcd55d10e8d8013649bd1417aa3b5058f2 /src/client/views/GestureOverlay.scss | |
| parent | daa8898f70bd44d2716f1f0d3371a8435a3ff638 (diff) | |
some final stuff
Diffstat (limited to 'src/client/views/GestureOverlay.scss')
| -rw-r--r-- | src/client/views/GestureOverlay.scss | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/client/views/GestureOverlay.scss b/src/client/views/GestureOverlay.scss index 7474ca839..107077792 100644 --- a/src/client/views/GestureOverlay.scss +++ b/src/client/views/GestureOverlay.scss @@ -5,6 +5,21 @@ top: 0; left: 0; touch-action: none; + + .pointerBubbles { + width: 100%; + height: 100%; + position: absolute; + pointer-events: none; + + .bubble { + position: absolute; + width: 15px; + height: 15px; + border-radius: 100%; + border: .5px solid grey; + } + } } .clipboardDoc-cont { |
