修复:修复 VitePress 默认主题全局风格优化后(>= v1.0.0-alpha.37)导致的部分样式过期问题
This commit is contained in:
@@ -28,7 +28,7 @@ pre, code, kbd, samp {
|
||||
|
||||
/* slim scroll bar for windows based web browsers - works on firefox */
|
||||
* {
|
||||
scrollbar-color: var(--vp-c-divider-light) var(--vp-button-alt-bg);
|
||||
scrollbar-color: var(--vp-c-gutter) var(--vp-button-alt-bg);
|
||||
scrollbar-width: thin;
|
||||
}
|
||||
|
||||
@@ -40,7 +40,7 @@ pre, code, kbd, samp {
|
||||
|
||||
/* scrolling handle */
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: var(--vp-c-divider-light);
|
||||
background: var(--vp-c-gutter);
|
||||
}
|
||||
|
||||
/* handle on hover */
|
||||
|
||||
Reference in New Issue
Block a user