Skip to content

Commit 34973e3

Browse files
committed
Css fixes
1 parent c5234f4 commit 34973e3

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

server/files/stylesheets/docs.css

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2026,21 +2026,20 @@ code .chunk {
20262026
margin-left: 250px;
20272027
}
20282028

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 {
20312033
background-color: rgba(255, 255, 255, 0);
20322034
}
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 {
20352036
background-color: rgba(255, 255, 255, 0);
20362037
}
20372038

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 {
20402040
background-color: rgba(255, 255, 255, 0.1);
20412041
}
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 {
20442043
background-color: rgba(255, 255, 255, 0.25);
20452044
}
20462045

0 commit comments

Comments
 (0)