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
I'm using<ui-tabs> in a vue component in a single page application that uses vue-router.
The problem is thatmdc-tab-bar seems to hijack the app's scroll position, so that it is exactly set at the middle of the viewport (with the first tab focused).
Expected behavior is that that the tab won't receive focus and will certainly not hijack the scroll position.
Any help is greatly appreciated!
kind regards, Marco
The text was updated successfully, but these errors were encountered:
Development Relevant Information:
Description:
I'm using
<ui-tabs>
in a vue component in a single page application that uses vue-router.The problem is that
mdc-tab-bar
seems to hijack the app's scroll position, so that it is exactly set at the middle of the viewport (with the first tab focused).Expected behavior is that that the tab won't receive focus and will certainly not hijack the scroll position.
Any help is greatly appreciated!
kind regards, Marco
The text was updated successfully, but these errors were encountered: