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