mirror of https://github.com/fantasticit/think.git
tiptap: hide data-drag-handle in callout
This commit is contained in:
parent
39fdd96859
commit
8ad3002368
|
@ -44,4 +44,10 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[data-node-view-content] {
|
||||||
|
[data-drag-handle] {
|
||||||
|
opacity: 0 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue