diff options
| author | Stanley Yip <stanley_yip@brown.edu> | 2020-02-06 12:40:57 -0500 |
|---|---|---|
| committer | Stanley Yip <stanley_yip@brown.edu> | 2020-02-06 12:40:57 -0500 |
| commit | 8767ec49fbb927ccde96f9f89562109703535d4e (patch) | |
| tree | a0bf4c7bf5c0ee3c83ddb0aac2b4a365a79ac20f /src/client/views/GestureOverlay.scss | |
| parent | 1007cfb325f2dcddc4365538e4b354d06eb85f2f (diff) | |
asdjklf
Diffstat (limited to 'src/client/views/GestureOverlay.scss')
| -rw-r--r-- | src/client/views/GestureOverlay.scss | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/src/client/views/GestureOverlay.scss b/src/client/views/GestureOverlay.scss index f425c438e..2fad87ee0 100644 --- a/src/client/views/GestureOverlay.scss +++ b/src/client/views/GestureOverlay.scss @@ -17,19 +17,18 @@ position: absolute; width: 300px; overflow: hidden; + pointer-events: none; .inkToTextDoc-scroller { overflow: visible; position: absolute; width: 100%; - left: -24px; - .collectionView { - overflow: visible; - - .collectionLinearView-outer { - overflow: visible; - } + .menuItem-cont { + width: 100%; + height: 20px; + padding: 2.5px; + border-bottom: .5px solid black; } } |
