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 {
|
||||
padding: 20px;
|
||||
padding-bottom: 0px;
|
||||
padding: 0 20px;
|
||||
overflow-x: hidden !important;
|
||||
overflow-y: scroll !important;
|
||||
}
|
||||
@ -155,3 +154,9 @@
|
||||
width: 0px;
|
||||
height: 0px;
|
||||
}
|
||||
|
||||
.CodeMirror-wrap {
|
||||
padding-top: 20px;
|
||||
padding-bottom: 20px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user