fix: vertical scroll not working on codemirror instance when lines are not wrapped (#3276)

Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
This commit is contained in:
Akash K 2023-08-23 18:14:12 +05:30 committed by GitHub
parent c0806cfd07
commit 653ccd3240
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 0 deletions

View file

@ -487,6 +487,10 @@ pre.ace_editor {
}
}
.cm-scroller {
@apply overscroll-y-auto;
}
.cm-editor {
.cm-line::selection {
@apply bg-accentDark #{!important};

View file

@ -487,6 +487,10 @@ pre.ace_editor {
}
}
.cm-scroller {
@apply overscroll-y-auto;
}
.cm-editor {
.cm-line::selection {
@apply bg-accentDark #{!important};

View file

@ -487,6 +487,10 @@ pre.ace_editor {
}
}
.cm-scroller {
@apply overscroll-y-auto;
}
.cm-editor {
.cm-line::selection {
@apply bg-accentDark #{!important};