This commit is contained in:
Vanessa 2023-11-30 21:43:57 +08:00
parent e29e7f354d
commit 004bc16b59

View file

@ -389,11 +389,11 @@
}
}
div[contenteditable="false"] .protyle-action__table {
table[contenteditable="false"] + .protyle-action__table {
display: none;
}
div[contenteditable="true"] .protyle-action__table {
table[contenteditable="true"] + .protyle-action__table {
position: absolute;
top: 4px;
height: 0;