WITHOUT JQUERY , CSS only
.CodeMirror {
resize: vertical;
overflow: auto !important;
}
After some struggle, this simple code actually worked for me. I got a resizable Codemirror Instance vertically with scroll working properly.
WITHOUT JQUERY , CSS only
.CodeMirror {
resize: vertical;
overflow: auto !important;
}
After some struggle, this simple code actually worked for me. I got a resizable Codemirror Instance vertically with scroll working properly.