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 'logout' button appears to be hidden behind the top language/breadcrumb bar. There appears to be an intended fix by setting z-index: 2 but this does not appear to work for me.
Tested in google chrome 75 and firefox 68
The text was updated successfully, but these errors were encountered:
I can fix it by putting a position: relative; in the #logout block. But I'm not terribly good at CSS and the z-index property is always a bit of a mystery to me anyway, so I'm not sure if this is a good solution at all.
The 'logout' button appears to be hidden behind the top language/breadcrumb bar. There appears to be an intended fix by setting
z-index: 2
but this does not appear to work for me.Tested in google chrome 75 and firefox 68
The text was updated successfully, but these errors were encountered: