Skip to content

Commit

Permalink
docs: ensure that all parameters elements overflow with a scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Sep 9, 2023
1 parent d3ca47c commit 5002d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ section#parameters {
overflow-x: auto;
}

section#parameters-1 {
section[id^="parameters-"] {
/* scroll when child contents overflow the width */
overflow-x: auto;
}

0 comments on commit 5002d9f

Please sign in to comment.