diff options
| author | Stanley Yip <stanley_yip@brown.edu> | 2020-01-20 16:33:49 -0500 |
|---|---|---|
| committer | Stanley Yip <stanley_yip@brown.edu> | 2020-01-20 16:33:49 -0500 |
| commit | dabb4a9c66083b88eba7bfb07a2614634e124b10 (patch) | |
| tree | f0f4f97cb914b3bdd927c40cd941a3a0404e5a03 /src/client/views/GestureOverlay.scss | |
| parent | 40b0096ecbaa873a5e0b4b8955431842d306063f (diff) | |
resizable palette
Diffstat (limited to 'src/client/views/GestureOverlay.scss')
| -rw-r--r-- | src/client/views/GestureOverlay.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/client/views/GestureOverlay.scss b/src/client/views/GestureOverlay.scss index f9a52d976..d980b0a91 100644 --- a/src/client/views/GestureOverlay.scss +++ b/src/client/views/GestureOverlay.scss @@ -11,4 +11,10 @@ position: absolute; width: 300px; height: 300px; +} + +.filter-cont { + position: absolute; + background-color: transparent; + border: 1px solid black; }
\ No newline at end of file |
