diff options
| author | bobzel <zzzman@gmail.com> | 2022-07-08 12:37:06 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-07-08 12:37:06 -0400 |
| commit | 5628b585fa6356d66cf2e7454be20e3b847ad22e (patch) | |
| tree | 7836fd781c3cd82c00965d22c6bdf325414ef490 /src/client/views/GestureOverlay.scss | |
| parent | 146f8622d5bac2edc6b09f57c173bd057dfbcfad (diff) | |
fixes for drawing ink on pdf/image/etc. fixes for showing contextMenu. moved gestureOverlay into main dashboard area to avoid drawing on UI widgets. more code cleanup to put things in reasonable places and avoid importing too much stuff.
Diffstat (limited to 'src/client/views/GestureOverlay.scss')
| -rw-r--r-- | src/client/views/GestureOverlay.scss | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/src/client/views/GestureOverlay.scss b/src/client/views/GestureOverlay.scss index 16a4c74d1..f5cbbffb1 100644 --- a/src/client/views/GestureOverlay.scss +++ b/src/client/views/GestureOverlay.scss @@ -1,11 +1,8 @@ .gestureOverlay-cont { width: 100vw; height: 100vh; - position: relative; - top: 0; - left: 0; + position: absolute; touch-action: none; - z-index: -1; .pointerBubbles { width: 100%; @@ -18,7 +15,7 @@ width: 15px; height: 15px; border-radius: 100%; - border: .5px solid grey; + border: 0.5px solid grey; } } } @@ -44,7 +41,7 @@ width: 100%; height: 25px; padding: 2.5px; - border-bottom: .5px solid black; + border-bottom: 0.5px solid black; } } @@ -62,4 +59,4 @@ position: absolute; background-color: transparent; border: 1px solid black; -}
\ No newline at end of file +} |
