Skip to content

Commit

Permalink
docs: handle overflow of content div
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Jan 19, 2024
1 parent c39c3e6 commit b23e277
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@
--color-links: #047857;
--color-brand: #047857;
}

#content {
overflow-x: auto;
}

0 comments on commit b23e277

Please sign in to comment.