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
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};