diff --git a/packages/client/src/components/note.vue b/packages/client/src/components/note.vue index b0938b3c0..c6482f31d 100644 --- a/packages/client/src/components/note.vue +++ b/packages/client/src/components/note.vue @@ -418,6 +418,11 @@ function focusAfter() { min-width: 0; > .body { + .text { + position: relative; + z-index: -1; + } + > .cw { cursor: default; display: block;