Skip to content

Commit 98a1a11

Browse files
committed
feature/Do not display scrollbars for codemirror
1 parent 1644511 commit 98a1a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/javascript/controllers/codemirror_controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default class extends Controller {
3030
theme: 'one-light',
3131
mode: "javascript",
3232
readOnly: this.readOnlyValue ? 'nocursor' : false,
33-
lineWrapping: true
33+
scrollbarStyle: "null"
3434
});
3535

3636
this.initializedValue = true

0 commit comments

Comments
 (0)