Skip to content

Commit

Permalink
Add scrollbar to container if the text can't wrapped on mobile devices (
Browse files Browse the repository at this point in the history
  • Loading branch information
Falke-Design authored Jul 2, 2024
1 parent ed5778c commit 519c8fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/docs/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1066,6 +1066,10 @@ tr:target {

.api-page h2[id] { text-indent: 24px; }
.api-page h2[id]:before { margin-left: -28px; }

.api-page h2, section:has(table) {
overflow-x: auto;
}
}

.width250 {
Expand Down

0 comments on commit 519c8fe

Please sign in to comment.