This commit is contained in:
Vanessa 2023-11-29 16:04:02 +08:00
parent aa64ae3369
commit d3277285e8

View file

@ -390,6 +390,10 @@
}
}
div[contenteditable="false"] .protyle-action__table {
display: none;
}
div[contenteditable="true"] .protyle-action__table {
position: absolute;
top: 4px;