diff options
| author | bobzel <zzzman@gmail.com> | 2021-02-12 18:01:34 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-02-12 18:01:34 -0500 |
| commit | d8bb0894ce986329c55837e32591bcf5b9f8ed4b (patch) | |
| tree | b592a85140971f05ad5c75679c30ebff6dc7671c /src/client/views/GestureOverlay.scss | |
| parent | 926665e2367ff6a201a48618df6f7985ddbcb4b0 (diff) | |
set max zoom in for lightbox/linkfollowing. fixed rendering artifact where PDFs in layer behind lightbox get drawn on top of lightbox when zoomed in far enough
Diffstat (limited to 'src/client/views/GestureOverlay.scss')
| -rw-r--r-- | src/client/views/GestureOverlay.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/GestureOverlay.scss b/src/client/views/GestureOverlay.scss index c9d78890e..16a4c74d1 100644 --- a/src/client/views/GestureOverlay.scss +++ b/src/client/views/GestureOverlay.scss @@ -5,6 +5,7 @@ top: 0; left: 0; touch-action: none; + z-index: -1; .pointerBubbles { width: 100%; |
