Fix scrollbar gutters on web (#1401)
* Fix scrollbar gutters on web * Fix typecheck
This commit is contained in:
parent
138e6d9b97
commit
2963fb4c6d
4 changed files with 18 additions and 12 deletions
|
@ -95,6 +95,9 @@
|
|||
*[data-word-wrap] {
|
||||
word-break: break-word;
|
||||
}
|
||||
*[data-stable-gutters] {
|
||||
scrollbar-gutter: stable both-edges;
|
||||
}
|
||||
|
||||
/* ProseMirror */
|
||||
.ProseMirror {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue