mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-11 22:01:25 -07: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 {
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
@@ -160,4 +169,12 @@ details.code-example > summary {
|
||||
|
||||
#pkg-sidebar a.active {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
#TableOfContents {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
#TableOfContents > ul {
|
||||
overflow-x: auto;
|
||||
}
|
||||
Reference in New Issue
Block a user