diff options
author | bobzel <zzzman@gmail.com> | 2021-09-29 09:37:34 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-09-29 09:37:34 -0400 |
commit | 048f22e2c5a2254591aad4719a8efd6357d16430 (patch) | |
tree | 9d9b221dce60b08e1475d9ce126b7760bf3198d7 /src | |
parent | aed57a2d6435007676409aeba562fc11d0c4a44d (diff) |
fixed ink controls to be above document decorations
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/InkStroke.scss | 1 |
1 files changed, 1 insertions, 0 deletions
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; |