diff options
| author | Stanley Yip <stanley_yip@brown.edu> | 2020-02-02 19:18:23 -0500 |
|---|---|---|
| committer | Stanley Yip <stanley_yip@brown.edu> | 2020-02-02 19:18:23 -0500 |
| commit | dab8f5893ffb8fab05a46695b9d1a690d1171bca (patch) | |
| tree | 83de29075a0d95191f2e82042ad49f33e70acaaa /src/client/views/GestureOverlay.scss | |
| parent | 8775ff05e1cfd8f158fb6f0a973d3ee5b9284005 (diff) | |
some more stuff
Diffstat (limited to 'src/client/views/GestureOverlay.scss')
| -rw-r--r-- | src/client/views/GestureOverlay.scss | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/client/views/GestureOverlay.scss b/src/client/views/GestureOverlay.scss index d980b0a91..60b53c528 100644 --- a/src/client/views/GestureOverlay.scss +++ b/src/client/views/GestureOverlay.scss @@ -13,6 +13,25 @@ height: 300px; } +.inkToTextDoc-cont { + position: absolute; + width: 300px; + height: 300px; + overflow: hidden; + + .inkToTextDoc-scroller { + overflow: visible; + + .collectionView { + overflow: visible; + + .collectionLinearView-outer { + overflow: visible; + } + } + } +} + .filter-cont { position: absolute; background-color: transparent; |
