@@ -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;}
|
||||
|
||||
@@ -110,14 +110,6 @@ $(function()
|
||||
}, 200);
|
||||
}
|
||||
});
|
||||
|
||||
setTimeout(function(){
|
||||
var windowHeight = window.innerHeight;
|
||||
$('.CodeMirror-lines').css({
|
||||
'max-height': windowHeight - 90 + 'px',
|
||||
'overflow': 'auto',
|
||||
});
|
||||
}, 200);
|
||||
})
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user