diff options
| author | bobzel <zzzman@gmail.com> | 2021-09-02 15:25:53 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-09-02 15:25:53 -0400 |
| commit | 610147f7d48ae5a8191fff45cb6d0a5e71bf94a5 (patch) | |
| tree | efec16bec027c85cecb8781c2d41e5842b9b279f /src/client/views/DocumentDecorations.scss | |
| parent | 24c1290cfe41ba9b7c1f1e0a9442f03b4af70c58 (diff) | |
cleaned up overlay ink stroke in document decorations
Diffstat (limited to 'src/client/views/DocumentDecorations.scss')
| -rw-r--r-- | src/client/views/DocumentDecorations.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/views/DocumentDecorations.scss b/src/client/views/DocumentDecorations.scss index 9479fd365..68e0d12d4 100644 --- a/src/client/views/DocumentDecorations.scss +++ b/src/client/views/DocumentDecorations.scss @@ -7,6 +7,9 @@ $linkGap : 3px; z-index: 2000; } .documentDecorations-inkstroke { + position: absolute; + overflow: visible; + pointer-events: none; svg:not(:root) { overflow: visible !important; |
