Note: We want to avoid too many modifier classes for layouts like this. Therefore, we recommend overriding the style of
mdc-toolbar__section
for the MDCTabBar
instance you'd like affixed to the bottom edge of mdc-toolbar. The style used to acheive this example is:
.my-modified-toolbar-section {
position: absolute;
right: 0;
bottom: -16px;
}
[dir="rtl"] .my-modified-toolbar-section {
right: auto;
left: 0;
}