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
1 changed files with 1 additions and 1 deletions

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">