Skip to content

Add scroll arrow click target feature

Compare
Choose a tag to compare
@mikejacobson mikejacobson released this 30 Jan 02:23
· 12 commits to master since this release
2f1e6f7

Fixes issue #52.

When using options leftArrowContent and rightArrowContent to specify custom scroll arrow HTML, you can now specify a child element within that custom HTML to be the click target if you don't want the entire element to be clickable. You do that by adding CSS class scrtabs-click-target to the element that should be the click target.

See the README section for Custom Scroll Arrow content for details.