diff options
| author | bobzel <zzzman@gmail.com> | 2021-11-30 23:37:49 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-11-30 23:37:49 -0500 |
| commit | 91247d583e5e4c7205a1ed764dd0e3a12af3be25 (patch) | |
| tree | 57ab31e582d1af356242c1805b7d4d27e91970ac /src/client/views/InkStroke.scss | |
| parent | f313cfa5ae644eadb57d936bc81bd355e0c88e17 (diff) | |
fixed warnings/errors. added inkingStroke comments. need to double-click now to add a point to an ink stroke.
Diffstat (limited to 'src/client/views/InkStroke.scss')
| -rw-r--r-- | src/client/views/InkStroke.scss | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/client/views/InkStroke.scss b/src/client/views/InkStroke.scss index 2127826b4..664f2448b 100644 --- a/src/client/views/InkStroke.scss +++ b/src/client/views/InkStroke.scss @@ -14,6 +14,9 @@ } .inkStroke-wrapper { + display: flex; + align-items: center; + height: 100%; .inkStroke { mix-blend-mode: multiply; stroke-linejoin: round; @@ -22,7 +25,7 @@ transform-origin: top left; width: 100%; height: 100%; - + pointer-events: none; svg:not(:root) { overflow: visible !important; } |
