dojo / widgets

:rocket: Dojo - UI widgets.
https://widgets.dojo.io
Other
89 stars 65 forks source link

You can't click anything inside a tab container #1650

Closed rorticus closed 3 years ago

rorticus commented 3 years ago

TabContainer is adding the mdc-tab__content class to the actual tab body instead of the tab itself. This class adds pointer-events: none to the body of the tab and makes it so you can't click any buttons or anything inside of a tab container.