Vanessa 2025-03-11 23:43:05 +08:00
parent 650493dcdb
commit 15ec12e4db
4 changed files with 67 additions and 34 deletions

View file

@ -409,6 +409,12 @@
}
}
.protyle-cursor {
position: absolute;
right: 0;
top: 0;
}
table[contenteditable="false"] + .protyle-action__table > .table__resize {
display: none;
}