0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-13 13:29:25 +01:00

Docs: add .overflow-x-auto to CSS Grid nesting example at small breakpoints (#40928)

Co-authored-by: Julien Déramond <juderamond@gmail.com>
This commit is contained in:
DrejT 2024-12-18 14:52:10 +05:30 committed by GitHub
parent c536836aa8
commit b80e676232
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -149,7 +149,7 @@ Similar to our default grid system, our CSS Grid allows for easy nesting of `.gr
In practice this allows for more complex and custom layouts when compared to our default grid system.
{{< example class="bd-example-cssgrid" >}}
<div class="grid text-center" style="--bs-columns: 3;">
<div class="grid text-center overflow-x-auto" style="--bs-columns: 3;">
<div>
First auto-column
<div class="grid">