Skip to content

Commit

Permalink
🐛 fix #9795
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Nov 30, 2023
1 parent e29e7f3 commit 004bc16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/assets/scss/protyle/_protyle.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 004bc16

Please sign in to comment.