diff options
author | bobzel <zzzman@gmail.com> | 2021-09-29 23:50:54 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-09-29 23:50:54 -0400 |
commit | 21e559d699c2828f83e58a048f2aad6634abdc07 (patch) | |
tree | 44aab6ad167a8d2fa031bacd15c7c7ae9277ea26 /src | |
parent | 1d2f03125cbfd1c7a03f0000454de4d70e73d690 (diff) |
fixed placement of link icon for ink strokes.
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/InkStroke.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/InkStroke.scss b/src/client/views/InkStroke.scss index e876d11ed..55e06c6ca 100644 --- a/src/client/views/InkStroke.scss +++ b/src/client/views/InkStroke.scss @@ -19,6 +19,8 @@ stroke-linecap: round; overflow: visible !important; transform-origin: top left; + width: 100%; + height: 100%; svg:not(:root) { overflow: visible !important; |