Fixed cursors in the editor (#5745)

Signed-off-by: Alexander Platov <alexander.platov@hardcoreeng.com>
This commit is contained in:
Alexander Platov 2024-06-06 17:24:57 +03:00 committed by GitHub
parent 2195ccc5c2
commit 00d579adfd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -371,3 +371,9 @@ pre.proseCodeBlock > pre.proseCode {
}
.proseHeading { line-height: 110%; }
// Fixes for cursors
.ProseMirror {
h1, h2, h3, p, pre, code { cursor: text; }
p div { cursor: auto; }
}