aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/InkStroke.scss
blob: e876d11ed8a0974f54a4be0a919858b6abe795b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.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;

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