Skip to content

Commit

Permalink
fix: Fix syntax error in the custom scroll CSS (#4968)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmiskiew authored Oct 18, 2022
1 parent 5294aa2 commit f2a424a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/scrollbar_custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ dom.importCssString(`.ace_editor>.ace_sb-v div, .ace_editor>.ace_sb-h div{
.ace_editor>.ace_sb-v, .ace_editor>.ace_sb-h {
position: absolute;
z-index: 6;
background: none;' + ' overflow: hidden!important;
background: none;
overflow: hidden!important;
}
.ace_editor>.ace_sb-v {
z-index: 6;
Expand Down

0 comments on commit f2a424a

Please sign in to comment.