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
Hi,
if the content of a tab is very long (>9999px) the tab navigation is not clickable anymore.
I use the list element in the content tab to build a gallery. Now the list has about 50 items in it and when I switch to the next tab (advanced) I can't switch the tabs anymore. I've digged a bit and it turned out that the tabs top position is set to -9999px by default and to 0 when active. The content of the tab is now larger than 9999px so it overlaps the other tabs and makes the tab navigation unclickable. Via the browsers DevTools I've set the opacity of the inactive tab to 1 to show the problem (please see attached screenshots).
The text was updated successfully, but these errors were encountered:
Hi,
if the content of a tab is very long (>9999px) the tab navigation is not clickable anymore.
I use the list element in the content tab to build a gallery. Now the list has about 50 items in it and when I switch to the next tab (advanced) I can't switch the tabs anymore. I've digged a bit and it turned out that the tabs top position is set to -9999px by default and to 0 when active. The content of the tab is now larger than 9999px so it overlaps the other tabs and makes the tab navigation unclickable. Via the browsers DevTools I've set the opacity of the inactive tab to 1 to show the problem (please see attached screenshots).
The text was updated successfully, but these errors were encountered: