tabsy-css
tabsy-css copied to clipboard
Float issue when tab content is less that container width
Or something like that. I haven't dived too deeply yet, but you can see the issue in this screenshot from the demo:

PS - thanks for an otherwise really great component :)
I just added the following override in my own CSS and it seems to be working fine.
.tabsy>.tab{
width: 100%;
}