aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/Palette.scss
diff options
context:
space:
mode:
authorStanley Yip <stanley_yip@brown.edu>2020-01-13 15:25:07 -0500
committerStanley Yip <stanley_yip@brown.edu>2020-01-13 15:25:07 -0500
commitd86b4db095379d473820271868e8f7cd5830d502 (patch)
tree1bd9826f9a900d4002100f097a86249910f01451 /src/client/views/Palette.scss
parent36eed6cc3a3387a1f7755a848aea4e19e2645e14 (diff)
palette events are now on gestureOverlay, but cffv and dv is still capturing one and two finger events, which makes it impossible for the gestureoverlay to capture 5 fingers spread across different targets
Diffstat (limited to 'src/client/views/Palette.scss')
-rw-r--r--src/client/views/Palette.scss10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/client/views/Palette.scss b/src/client/views/Palette.scss
index 60004c81f..2626774cb 100644
--- a/src/client/views/Palette.scss
+++ b/src/client/views/Palette.scss
@@ -4,15 +4,17 @@
height: 300px;
touch-action: pan-x;
overflow: scroll;
+ position: absolute;
.palette-thumbContent {
width: 100%;
height: 100%;
+ }
- .palette-button {
- width: 100px;
- height: 100px;
- }
+ .palette-button {
+ width: 100px;
+ height: 100px;
+ background: blue;
}
}
} \ No newline at end of file