This commit is contained in:
parent
e29e7f354d
commit
004bc16b59
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue