update scrollbar
This commit is contained in:
parent
0dda1aeaa1
commit
0a140a1a12
|
@ -72,3 +72,9 @@
|
|||
.toc.side::-webkit-scrollbar {
|
||||
width: 8px;
|
||||
}
|
||||
|
||||
/* code */
|
||||
|
||||
.highlight pre code::-webkit-scrollbar {
|
||||
height: 6px;
|
||||
}
|
Loading…
Reference in New Issue