增加手机端代码提示滚动条宽度

This commit is contained in:
shijian 2023-09-27 00:44:17 +08:00
parent c6bbf265de
commit 929c1b5008
2 changed files with 7 additions and 1 deletions

View File

@ -468,6 +468,12 @@ div.cm-s-mdn-like span.CodeMirror-matchingbracket { outline:1px solid grey; colo
display: block;
}
@media (max-width: 1000px) {
.CodeMirror-hints::-webkit-scrollbar {
width: 25px;
}
}
.CodeMirror-hints::-webkit-scrollbar-thumb {
background-color: rgb(218, 215, 215);
height: 50px;