mirror of
https://github.com/Leaflet/Leaflet.git
synced 2025-07-21 23:26:12 +00:00
Add scrollbar to container if the text can't wrapped on mobile devices (#9384)
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user