fix comment cursor in panel incorrect

This commit is contained in:
hjlarry
2025-09-16 10:20:12 +08:00
parent 10aa16b471
commit 22f6d285c7
3 changed files with 14 additions and 6 deletions

View File

@ -7,10 +7,8 @@
}
/* Comment mode cursor override */
.comment-mode-flow,
.comment-mode-flow .react-flow__pane,
.comment-mode-flow .react-flow__viewport,
.comment-mode-flow * {
.comment-mode-flow .react-flow__viewport {
cursor: none !important;
}