Vanessa 2025-04-10 11:09:10 +08:00
parent a01523dc98
commit 17f264de58
2 changed files with 7 additions and 6 deletions

View file

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

View file

@ -766,3 +766,10 @@
}
}
}
// export pdf 中需要使用 https://github.com/siyuan-note/siyuan/issues/14548
.protyle-cursor {
position: absolute;
right: 0;
top: 0;
}