增加手机端代码提示滚动条宽度
This commit is contained in:
parent
c6bbf265de
commit
929c1b5008
|
@ -468,6 +468,12 @@ div.cm-s-mdn-like span.CodeMirror-matchingbracket { outline:1px solid grey; colo
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 1000px) {
|
||||||
|
.CodeMirror-hints::-webkit-scrollbar {
|
||||||
|
width: 25px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.CodeMirror-hints::-webkit-scrollbar-thumb {
|
.CodeMirror-hints::-webkit-scrollbar-thumb {
|
||||||
background-color: rgb(218, 215, 215);
|
background-color: rgb(218, 215, 215);
|
||||||
height: 50px;
|
height: 50px;
|
||||||
|
|
Loading…
Reference in New Issue