We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ccdd1b commit a4567f1Copy full SHA for a4567f1
quartz/components/styles/markmap.scss
@@ -38,6 +38,9 @@
38
height: 100%;
39
z-index: 0;
40
color: var(--darkgray);
41
+ cursor: grab;
42
+ pointer-events: all;
43
+
44
45
code {
46
border-radius: 5px;
@@ -50,6 +53,23 @@
50
53
}
51
54
52
55
56
+ #global-markmap g.markmap-node {
57
58
+ }
59
60
+ #global-markmap g.markmap-node text,
61
+ #global-markmap g.markmap-node foreignObject,
62
+ #global-markmap g.markmap-node foreignObject * {
63
+ user-select: none !important;
64
+ -webkit-user-select: none !important;
65
+ pointer-events: none !important;
66
67
68
+ #global-markmap g.markmap-node foreignObject a {
69
+ pointer-events: auto !important;
70
+ user-select: text !important;
71
72
73
#global-markmap-toolbar {
74
position: absolute;
75
bottom: 0;
0 commit comments