Skip to content

Commit

Permalink
Change class for the bg.
Browse files Browse the repository at this point in the history
  • Loading branch information
louismaximepiton committed Aug 2, 2024
1 parent 10f3d04 commit 8d2b638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.3/utilities/overflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Adjust the `overflow-x` property to affect the overflow of content horizontally.
<div><code>.overflow-x-visible</code> example </div>
<div>on an element with set width and height dimensions.</div>
</div>
<div class="overflow-x-scroll p-3 bg-white w-100 border" style="max-width: 200px; max-height: 100px;white-space: nowrap;">
<div class="overflow-x-scroll p-3 bg-body w-100 border" style="max-width: 200px; max-height: 100px;white-space: nowrap;">
<div><code>.overflow-x-scroll</code> example on an element</div>
<div> with set width and height dimensions.</div>
</div>
Expand Down

0 comments on commit 8d2b638

Please sign in to comment.