mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 11:50:42 -03:30
Change CodeMirror config to hide scrollbar
This commit is contained in:
parent
8997cb8f24
commit
8a2b2ce43a
@ -41,7 +41,6 @@
|
||||
textarea[disabled="disabled"] + div[id*="-container"]{
|
||||
.CodeMirror {
|
||||
cursor: not-allowed;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.CodeMirror.cm-s-default,
|
||||
@ -66,10 +65,4 @@ textarea[disabled="disabled"] + div[id*="-container"]{
|
||||
.CodeMirror-cursors {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.CodeMirror.cm-s-default {
|
||||
min-height: initial !important;
|
||||
max-height: initial !important;
|
||||
height: initial !important;
|
||||
}
|
||||
}
|
||||
|
||||
@ -23,7 +23,8 @@ export default
|
||||
"styleActiveLine": true,
|
||||
"lineNumbers": true,
|
||||
"gutters": ["CodeMirror-lint-markers"],
|
||||
"lint": true
|
||||
"lint": true,
|
||||
"scrollbarStyle": null
|
||||
},
|
||||
"json": {
|
||||
"mode": "application/json",
|
||||
@ -32,7 +33,8 @@ export default
|
||||
"autoCloseBrackets": true,
|
||||
"lineNumbers": true,
|
||||
"gutters": ["CodeMirror-lint-markers"],
|
||||
"lint": true
|
||||
"lint": true,
|
||||
"scrollbarStyle": null
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user