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:
parent
a21d24f4b7
commit
0b92275649
|
@ -13,6 +13,9 @@ caption {
|
|||
#output {
|
||||
padding: 10px;
|
||||
overflow: auto;
|
||||
z-index: 1;
|
||||
background: #fff;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#output h2 {
|
||||
|
|
Loading…
Reference in New Issue