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 13, 2023. It is now read-only.
I'm not sure if there is a technical solution for this or not, and it's only a minor annoyance, but I wanted to mention it.
To reproduce:
Open enough tabs that you get tab overflow.
Use the left or right tab overflow arrows to move to the first or last tab.
The first or last tab shows only the "un-curved" part at first. To see the curve, you need to click again. This also happens when you select the first or last tab from the dropdown list—if it's located in a "row" that you aren't currently viewing.
In short, the position of the overflowed content doesn't move completely to the left or right when clicking to scroll left or right or when selecting the tab from the dropdown list. It excludes the extra curve that's been styled to the tab's left or right.
I did some quick Google searching for CSS styling that could be applied to the tab overflow bar, but was unable to find anything that seemed pertinent.
The text was updated successfully, but these errors were encountered:
jasonbassford
changed the title
Tab curve is cut off when selecting a tab from the overflow dropdown menu.
Tab curve is cut off when scrolling to first or last tab in overflow or selecting it from the dropdown menu.
Mar 31, 2019
I've looked through the code and trying various things. Problem is that the tab margin for the pinned tabs are programmatically set by Firefox during runtime. There's no way to fix this without introducing custom JS script.
I'm not sure if there is a technical solution for this or not, and it's only a minor annoyance, but I wanted to mention it.
To reproduce:
The first or last tab shows only the "un-curved" part at first. To see the curve, you need to click again. This also happens when you select the first or last tab from the dropdown list—if it's located in a "row" that you aren't currently viewing.
In short, the position of the overflowed content doesn't move completely to the left or right when clicking to scroll left or right or when selecting the tab from the dropdown list. It excludes the extra curve that's been styled to the tab's left or right.
I did some quick Google searching for CSS styling that could be applied to the tab overflow bar, but was unable to find anything that seemed pertinent.
The text was updated successfully, but these errors were encountered: