Revert "* Fix bug #40584."

This reverts commit 84a65b5a57.
This commit is contained in:
chaideqing
2023-11-16 08:46:02 +00:00
parent 0783b623ab
commit d8518eeb0d
2 changed files with 0 additions and 9 deletions
-1
View File
@@ -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;}
-8
View File
@@ -110,14 +110,6 @@ $(function()
}, 200);
}
});
setTimeout(function(){
var windowHeight = window.innerHeight;
$('.CodeMirror-lines').css({
'max-height': windowHeight - 90 + 'px',
'overflow': 'auto',
});
}, 200);
})
/**