aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/InkStroke.scss
blob: 8edefa07bb43c523388398aa4116970e24f46076 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.inkstroke-UI {
  //   transform-origin: top left;
  position: absolute;
  overflow: visible;
  pointer-events: none;

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

.inkStroke {
  mix-blend-mode: multiply;
  stroke-linejoin: round;
  stroke-linecap: round;
  overflow: visible !important;
  transform-origin: top left;

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