Skip to content

Commit

Permalink
docs: add table overflow handling for nested sections (#4441)
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Goncharenko <[email protected]>
  • Loading branch information
nickolyamba and nickolyamba authored Jun 24, 2022
1 parent ec85ecf commit 4a520d2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/source/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,12 @@ a:visited
}

section {
overflow: auto;
overflow-x: auto;
}

section table {
overflow-x: auto;
display: block;
}


Expand Down

0 comments on commit 4a520d2

Please sign in to comment.