diff --git a/module/doc/css/edit.css b/module/doc/css/edit.css index 756e534e5f..5b4e8cfa5e 100644 --- a/module/doc/css/edit.css +++ b/module/doc/css/edit.css @@ -40,4 +40,3 @@ body {overflow: hidden;} .fullscreen-save, .markdown-fullscreen-save {position: fixed; top: 10px; right: 30px; z-index: 999999;} .modal-header .fullscreen-save, .markdown-fullscreen-save {top: 5px; right: 60px;} #headerBox .table tr:last-child {position: fixed; top: 47px;} -.CodeMirror-vscrollbar {display: none !important;} diff --git a/module/doc/js/edit.js b/module/doc/js/edit.js index e483b21d78..cefda53352 100644 --- a/module/doc/js/edit.js +++ b/module/doc/js/edit.js @@ -110,14 +110,6 @@ $(function() }, 200); } }); - - setTimeout(function(){ - var windowHeight = window.innerHeight; - $('.CodeMirror-lines').css({ - 'max-height': windowHeight - 90 + 'px', - 'overflow': 'auto', - }); - }, 200); }) /**