From 048f22e2c5a2254591aad4719a8efd6357d16430 Mon Sep 17 00:00:00 2001 From: bobzel Date: Wed, 29 Sep 2021 09:37:34 -0400 Subject: fixed ink controls to be above document decorations --- src/client/views/InkStroke.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/client/views/InkStroke.scss b/src/client/views/InkStroke.scss index 53d27cd24..e876d11ed 100644 --- a/src/client/views/InkStroke.scss +++ b/src/client/views/InkStroke.scss @@ -3,6 +3,7 @@ position: absolute; overflow: visible; pointer-events: none; + z-index: 2001; // 1 higher than documentdecorations svg:not(:root) { overflow: visible !important; -- cgit v1.2.3-70-g09d2