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