tiptap: hide data-drag-handle in callout

This commit is contained in:
fantasticit 2022-08-03 18:52:24 +08:00
parent 39fdd96859
commit 8ad3002368
1 changed files with 6 additions and 0 deletions

View File

@ -44,4 +44,10 @@
display: flex;
padding: 10px;
}
[data-node-view-content] {
[data-drag-handle] {
opacity: 0 !important;
}
}
}