aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/InkStroke.scss
blob: 812a79bd5b2f242c23084bdc0e277ebb3615eb40 (plain)
1
2
3
4
5
6
7
8
9
10
11
.inkStroke {
  mix-blend-mode: multiply;
  stroke-linejoin: round;
  stroke-linecap: round;
  overflow: visible !important;
  transform-origin: top left;

  svg:not(:root) {
    overflow: visible !important;
  }
}