mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-21 02:29:23 +00:00
fixed bug with CodeMirror vertical scroll bar
This commit is contained in:
parent
9fff3eb388
commit
364935a13e
1 changed files with 1 additions and 5 deletions
|
|
@ -37,14 +37,10 @@ CloudCommander.Editor.CodeMirror = {
|
|||
inner : '.CodeMirror{' +
|
||||
'font-family :\'Droid Sans Mono\';' +
|
||||
'font-size :15px;' +
|
||||
'resize :vertical;' +
|
||||
'padding :20px;' +
|
||||
'}' +
|
||||
'.CodeMirror-scroll{' +
|
||||
'height : 660px;' +
|
||||
'}' +
|
||||
'.CodeMirror-scrollbar{' +
|
||||
'overflow-y :auto' +
|
||||
'}'
|
||||
});
|
||||
|
||||
|
|
@ -72,7 +68,7 @@ CloudCommander.Editor.CodeMirror = {
|
|||
value : pValue,
|
||||
theme : 'night',
|
||||
lineNumbers : true,
|
||||
//переносим длинные строки
|
||||
//переносим длинные строки
|
||||
lineWrapping: false,
|
||||
autofocus : true,
|
||||
extraKeys: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue