CodeMirror自动更改高度的问题

This commit is contained in:
hohoTT 2015-08-21 15:52:18 +08:00
parent 0fcbbc962e
commit 33fec6531a

View File

@ -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;
}