mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-13 11:53:34 +08:00
15 lines
229 B
Plaintext
15 lines
229 B
Plaintext
// code mirror
|
|
.CodeMirror {
|
|
border: 1px solid #eee;
|
|
height: auto !important;
|
|
}
|
|
|
|
.CodeMirror-vscrollbar {
|
|
width: 6px;
|
|
border-radius: 3px !important;
|
|
}
|
|
|
|
.CodeMirror-vscrollbar::-webkit-scrollbar-thumb {
|
|
border-radius: 2px;
|
|
}
|