Add scrollbar to container if the text can't wrapped on mobile devices (#9384)

This commit is contained in:
Florian Bischof
2024-07-02 20:27:32 +02:00
committed by GitHub
parent ed5778c319
commit 519c8fee99

View File

@ -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 {