update deps + fix Editor background on scroll

This commit is contained in:
lesion
2022-08-26 15:19:09 +02:00
parent 2a1adcc956
commit 5e69d06abd
5 changed files with 45 additions and 56 deletions

View File

@@ -57,11 +57,11 @@ li {
padding: 15px;
}
.editor .content {
.editor .ProseMirror {
background-color: #f7f7f7;
}
.theme--dark .editor .content {
.theme--dark .editor .ProseMirror {
background-color: #292929;
}
@@ -136,4 +136,4 @@ li {
pre {
white-space: break-spaces;
font-size: 13px;
}
}