@@ -2026,21 +2026,20 @@ code .chunk {
2026
2026
margin-left : 250px ;
2027
2027
}
2028
2028
2029
- # example .full .height > .toc .ui .menu ::-webkit-scrollbar-track ,
2030
- # example .article ::-webkit-scrollbar-track {
2029
+ # example .full .height > .toc .ui .menu ::-webkit-scrollbar {
2030
+ -webkit-appearance : none;
2031
+ }
2032
+ # example .full .height > .toc .ui .menu ::-webkit-scrollbar-track {
2031
2033
background-color : rgba (255 , 255 , 255 , 0 );
2032
2034
}
2033
- # example .full .height > .toc .ui .menu ::-webkit-scrollbar-thumb ,
2034
- # example .article ::-webkit-scrollbar-track {
2035
+ # example .full .height > .toc .ui .menu ::-webkit-scrollbar-thumb {
2035
2036
background-color : rgba (255 , 255 , 255 , 0 );
2036
2037
}
2037
2038
2038
- # example .full .height > .toc .ui .menu : hover ::-webkit-scrollbar-track ,
2039
- # example .article : hover ::-webkit-scrollbar-track {
2039
+ # example .full .height > .toc .ui .menu : hover ::-webkit-scrollbar-track {
2040
2040
background-color : rgba (255 , 255 , 255 , 0.1 );
2041
2041
}
2042
- # example .full .height > .toc .ui .menu : hover ::-webkit-scrollbar-thumb ,
2043
- # example .article : hover ::-webkit-scrollbar-track {
2042
+ # example .full .height > .toc .ui .menu : hover ::-webkit-scrollbar-thumb {
2044
2043
background-color : rgba (255 , 255 , 255 , 0.25 );
2045
2044
}
2046
2045
0 commit comments