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
{{ message }}
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.
If you have paper-tabs inside a container with flex-flow, align-items, and justify-content, the tabs will not work on iOS/Safari.
Expected outcome
Tabs should show and be clickable.
Actual outcome
Only the text of one tab is shown but it doesn't seem to be a tab even, since there is no underline. Clicking it seems to select the whole container, rather than just the tab.
Steps to reproduce
Create a paper-tabs with at least two tabs.
Set :host (the parent container) to display:flex; flex-flow: column nowrap; align-items: center; justify-content: flex-start;
Load the page and note that the tabs do not work.
Try deleting flex-flow, align-items, justify-content and reloading; the tabs do work.
Browsers Affected
Safari iOS
Work Around
Enclose the paper-tabs in a div.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
If you have paper-tabs inside a container with flex-flow, align-items, and justify-content, the tabs will not work on iOS/Safari.
Expected outcome
Tabs should show and be clickable.
Actual outcome
Only the text of one tab is shown but it doesn't seem to be a tab even, since there is no underline. Clicking it seems to select the whole container, rather than just the tab.
Steps to reproduce
Browsers Affected
Work Around
Enclose the paper-tabs in a div.
The text was updated successfully, but these errors were encountered: