.inkstroke-UI { // transform-origin: top left; position: absolute; overflow: visible; pointer-events: none; z-index: 2001; // 1 higher than documentdecorations svg:not(:root) { overflow: visible !important; position: absolute; left:0; top:0; } } .inkStroke { mix-blend-mode: multiply; stroke-linejoin: round; stroke-linecap: round; overflow: visible !important; transform-origin: top left; width: 100%; height: 100%; svg:not(:root) { overflow: visible !important; } }