aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/GestureOverlay.scss
diff options
context:
space:
mode:
authorStanley Yip <stanley_yip@brown.edu>2020-02-10 20:02:43 -0500
committerStanley Yip <stanley_yip@brown.edu>2020-02-10 20:02:43 -0500
commitdc6453e27375a1b3d614a74b7fd1d83695f130d7 (patch)
treea459aebcd55d10e8d8013649bd1417aa3b5058f2 /src/client/views/GestureOverlay.scss
parentdaa8898f70bd44d2716f1f0d3371a8435a3ff638 (diff)
some final stuff
Diffstat (limited to 'src/client/views/GestureOverlay.scss')
-rw-r--r--src/client/views/GestureOverlay.scss15
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 {