diff --git a/static/src/css/oj.css b/static/src/css/oj.css index cc6ac62..b098558 100644 --- a/static/src/css/oj.css +++ b/static/src/css/oj.css @@ -67,4 +67,19 @@ li.list-group-item { .panel>.list-group{ padding: 0 0; +} + +.CodeMirror{ + min-height: 250px; + _height:250px; + height: auto; +} + +.CodeMirror-scroll { + overflow: auto; + min-height: 250px; + _height:250px; + height: auto; + position: relative; + outline: none; } \ No newline at end of file