update deps + fix Editor background on scroll
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user