diff --git a/docs/docs/css/main.css b/docs/docs/css/main.css index 85a215aa840..43b53cec836 100644 --- a/docs/docs/css/main.css +++ b/docs/docs/css/main.css @@ -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 {