diff --git a/packages/client/src/components/note.vue b/packages/client/src/components/note.vue index c6482f31d..e769dd74f 100644 --- a/packages/client/src/components/note.vue +++ b/packages/client/src/components/note.vue @@ -416,12 +416,12 @@ function focusAfter() { > .main { flex: 1; min-width: 0; + position: relative; + z-index: 0; > .body { - .text { - position: relative; - z-index: -1; - } + position: relative; + z-index: -1; > .cw { cursor: default;