Vuetify Version: 2.0.2
Last working version: 2.0.0
Vue Version: 2.6.10
Browsers: Firefox 68.0
OS: Mac OS 10.14
fixed-tabs.The Vuetify documentation seems to be affected by this, too:

Workaround: https://codepen.io/johnjleider/pen/qemBjq
@johnleider i fix this problem by add "show-arrows" attribute, awesome!
I ended up overriding the css
.v-tabs-bar.v-tabs-bar--is-mobile:not(.v-tabs-bar--show-arrows) > .v-slide-group__wrapper > .v-tabs-bar__content > .v-tab:first-of-type {
margin-left: unset !important;
}
@johnleider The work-around doesn't seem to work when you have tabs in a drawer. I think the reason is because the drawer's width is changing as it opens and closes.
This is resolved as of the latest version.
If you have any additional questions, please reach out to us in our Discord community.