Make horizontal scrolling with the quick navigation links less bad. Probably need to move them into the actual sidebar element though for proper sorting.

This commit is contained in:
Khloe Leclair 2022-04-12 02:18:51 -04:00
parent a21d24f4b7
commit 0b92275649
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@ caption {
#output {
padding: 10px;
overflow: auto;
z-index: 1;
background: #fff;
position: relative;
}
#output h2 {