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