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
The issue seems to be the padding above the tabs. Simmilarly, clicking on top of a tab does not switch to the tab, because you are clicking the padding, not the tab. I worked around both of these issues by changing user_pref("userChrome.padding.tabbar_height", true); to user_pref("userChrome.padding.tabbar_height", false); in user.js. That looks a bit less nice of course, but at least it's usable.
Drag + drop works on most of the tab bar but not the top pixel or two - see:
The text was updated successfully, but these errors were encountered: