google / google/material-design-lite
Mdl-layout tabs default position
- Dominant language
- HTML
- Stars
- 32.2k
- Forks
- 4.9k
- PR merge metrics
- No merged PRs in 30d
Description
I searched archive and didn't find anything about this, so submiting an issue.
In my project I encountered a problem when working with tabs in mdl-layout. Right now default behaviour is that when I have couple of tabs with some content that require scrolling the scroll position is shared between all of these tabs. So when I want to compare something which is in the bottom of one tab with something in the top of another I have to scroll each time when I change tab, because position is shared between all of them. It would be nice if default behavior remembered position of each tab or if it's not possible to go to the top of the tab on each change. Right now default behaviour is odd.
Contributor guide
Assessment
This issue has not been assessed yet.