sindresorhus/refined-github

How to remove the sticky issues top bar? #3086

evandrocoan posted onGitHub

  1. Open https://github.com/graphql/graphql-js/issues
  2. Scroll down on the issues list
  3. The top bar is going to sticky

image

This problem does not happen without Refined-GitHub: (i.e., no sticky toolbar)

image


https://github.com/sindresorhus/refined-github/blob/e03473b5f08333d00f052578361b78b54d3eab7c/source/features/sticky-discussion-list-toolbar.css is the feature.

The feature is not something you can toggle in the options, but you can turn if off with this custom css.

.Box-header#js-issues-toolbar, 
.Box#js-issues-toolbar > .Box-header {
  position: relative;
}
posted by busches almost 5 years ago

Fund this Issue

$0.00
Funded

Pull requests