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:
parent
c0806cfd07
commit
653ccd3240
3 changed files with 12 additions and 0 deletions
|
|
@ -487,6 +487,10 @@ pre.ace_editor {
|
|||
}
|
||||
}
|
||||
|
||||
.cm-scroller {
|
||||
@apply overscroll-y-auto;
|
||||
}
|
||||
|
||||
.cm-editor {
|
||||
.cm-line::selection {
|
||||
@apply bg-accentDark #{!important};
|
||||
|
|
|
|||
|
|
@ -487,6 +487,10 @@ pre.ace_editor {
|
|||
}
|
||||
}
|
||||
|
||||
.cm-scroller {
|
||||
@apply overscroll-y-auto;
|
||||
}
|
||||
|
||||
.cm-editor {
|
||||
.cm-line::selection {
|
||||
@apply bg-accentDark #{!important};
|
||||
|
|
|
|||
|
|
@ -487,6 +487,10 @@ pre.ace_editor {
|
|||
}
|
||||
}
|
||||
|
||||
.cm-scroller {
|
||||
@apply overscroll-y-auto;
|
||||
}
|
||||
|
||||
.cm-editor {
|
||||
.cm-line::selection {
|
||||
@apply bg-accentDark #{!important};
|
||||
|
|
|
|||
Loading…
Reference in a new issue