mirror of
https://github.com/doocs/md.git
synced 2024-11-24 19:10:34 +08:00
parent
07a3ae213f
commit
2eec1e0b0b
@ -145,8 +145,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.CodeMirror-scroll {
|
.CodeMirror-scroll {
|
||||||
padding: 20px;
|
padding: 0 20px;
|
||||||
padding-bottom: 0px;
|
|
||||||
overflow-x: hidden !important;
|
overflow-x: hidden !important;
|
||||||
overflow-y: scroll !important;
|
overflow-y: scroll !important;
|
||||||
}
|
}
|
||||||
@ -155,3 +154,9 @@
|
|||||||
width: 0px;
|
width: 0px;
|
||||||
height: 0px;
|
height: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.CodeMirror-wrap {
|
||||||
|
padding-top: 20px;
|
||||||
|
padding-bottom: 20px;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user