Update style.css

This commit is contained in:
gingerBill
2022-01-23 16:36:37 +00:00
parent 56b4e0a3c3
commit 10b97a1b39
+17
View File
@@ -144,6 +144,15 @@ details.code-example > summary {
} }
} }
#pkg-sidebar {
overflow-x: hidden;
}
#pkg-sidebar > div {
overflow-x: auto;
}
#pkg-sidebar ul { #pkg-sidebar ul {
list-style-type: none; list-style-type: none;
padding: 0; padding: 0;
@@ -160,4 +169,12 @@ details.code-example > summary {
#pkg-sidebar a.active { #pkg-sidebar a.active {
font-style: italic; font-style: italic;
}
#TableOfContents {
overflow-x: hidden;
}
#TableOfContents > ul {
overflow-x: auto;
} }