mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Fix small typo.
This commit is contained in:
parent
fe22f647f2
commit
6db8183e78
@ -87,7 +87,7 @@ Use `.overflow-visible` to prevent content within an element from being clipped.
|
||||
|
||||
### Auto
|
||||
|
||||
Use `.overflow-auto` to add scrollbars to an element in the event that its content overflows the bounds of that element. Unlike `.overflow-scroll`, which always show scrollbars, this utility will only shown them if scrolling is necessary.
|
||||
Use `.overflow-auto` to add scrollbars to an element in the event that its content overflows the bounds of that element. Unlike `.overflow-scroll`, which always show scrollbars, this utility will only show them if scrolling is necessary.
|
||||
|
||||
@component('_partials.code-sample')
|
||||
<div class="overflow-scroll h-32 bg-smoke text-slate p-2">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user