Fix scrollbar gutters on web (#1401)
* Fix scrollbar gutters on web * Fix typecheck
This commit is contained in:
@@ -95,6 +95,9 @@
|
||||
*[data-word-wrap] {
|
||||
word-break: break-word;
|
||||
}
|
||||
*[data-stable-gutters] {
|
||||
scrollbar-gutter: stable both-edges;
|
||||
}
|
||||
|
||||
/* ProseMirror */
|
||||
.ProseMirror {
|
||||
|
||||
Reference in New Issue
Block a user