Matblazor: MatTab / MatTabGroup

Created on 16 Aug 2019  路  1Comment  路  Source: SamProf/MatBlazor

Tabs tends to disappear on small screens, should be possible to scroll and select or move the overflowing items to the next line

image

Most helpful comment

Adding the following css seems to fix the issue for me

.mdc-tab-scroller div {
flex-wrap: wrap;
max-width: 100%;
}

>All comments

Adding the following css seems to fix the issue for me

.mdc-tab-scroller div {
flex-wrap: wrap;
max-width: 100%;
}

Was this page helpful?
0 / 5 - 0 ratings