v3.0.0
What's Changed
Breaking Changes
overflow: overlay
has been removed from thescrollbar
andscrollbar-thin
classes. This may cause a visual change in sites using this plugin, but it should lead to more predictable scrollbar placements. (#64)- All utilities aside from
scrollbar
andscrollbar-thin
are now inherited by children. If you only ever need one scrollbar colour scheme, you can define your scrollbar colour utilities at a top-level element and usescrollbar
orscrollbar-thin
on specific elements to apply those predefined styles. (#63)- The
scrollbar-thin
utility now ignores sizes set byscrollbar-w-*
andscrollbar-h-*
. If you want custom sizes, stick toscrollbar
.
- The
- The deprecated
rounded
variant has now been removed. (#65)
Full Changelog: v2.1.0...v3.0.0