Closed rorticus closed 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.
TabContainer
mdc-tab__content
pointer-events: none
TabContainer
is adding themdc-tab__content
class to the actual tab body instead of the tab itself. This class addspointer-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.