You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 30, 2019. It is now read-only.
I am trying to have nested tabs, like 'Explore' and 'Purchase' as top level tabs
and 3 names 'ionic','material','design' as 3 tabs inside 'Purchase' tab.
But I am unable to get the tabs properly rendered - They are going behind the top level tabs or coming below leaving some margin. Tried fixing by removing classes or changing css, but felt that it should have been handled in a better way by you guys. So inner tabs 'ionic','material','design' are not seen and the content inside these 3 tabs is not visible at all
`
As you can see, 'Purchase' tab is selected and you can also see a black border below 'Explore' - which is the first nested tab selected - but hidden inside. Also, we can't see the content of nested tabs.
Hi,
I am trying to have nested tabs, like 'Explore' and 'Purchase' as top level tabs
and 3 names 'ionic','material','design' as 3 tabs inside 'Purchase' tab.
But I am unable to get the tabs properly rendered - They are going behind the top level tabs or coming below leaving some margin. Tried fixing by removing classes or changing css, but felt that it should have been handled in a better way by you guys. So inner tabs 'ionic','material','design' are not seen and the content inside these 3 tabs is not visible at all
following is code
`
`

As you can see, 'Purchase' tab is selected and you can also see a black border below 'Explore' - which is the first nested tab selected - but hidden inside. Also, we can't see the content of nested tabs.