Skip to content

Commit 71ab0a8

Browse files
committed
for completeness, disable horizontal scrollbar on toc in Chrome
1 parent d62a82f commit 71ab0a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/css/toc.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040

4141
.toc .toc-menu ul::-webkit-scrollbar {
4242
width: 0;
43+
height: 0;
4344
}
4445

4546
@media screen and (min-width: 1024px) {

0 commit comments

Comments
 (0)