sindresorhus/refined-github




The issue has been closed
`more-dropdown` will overlap the tabs on non-responsive pages #3548
fregante posted onGitHub
This might or might not be an easy bug. Not to be confused with: https://github.com/sindresorhus/refined-github/issues/3347
On responsive pages, like this issue, tabs will disappear into the dropdown menu:
On non-responsive pages, where shouldn't be a dropdown menu, but more-dropdown
forces it to become visible and sticky to the right side of the window.
The solution should be to ensure that its container has the correct minimum width and does not "fit the window" on non-responsive pages.
Example URL: https://github.com/sindresorhus/refined-github/pull/3547