mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 16:18:52 +00:00
Update style.css
This commit is contained in:
@@ -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;
|
||||||
@@ -161,3 +170,11 @@ 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;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user