Skip to content

Instantly share code, notes, and snippets.

@ljl-geek
Created May 4, 2017 05:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ljl-geek/08daed6eb58f76aa50cc5e299bd21179 to your computer and use it in GitHub Desktop.
Save ljl-geek/08daed6eb58f76aa50cc5e299bd21179 to your computer and use it in GitHub Desktop.
Bring back firefox 53+ scrollbar buttons: ff 53 is built on gtk 3.0. gtk3.0 is screwed up - it lacks the buttons on the ends of the scrollbars. To fix this, add this file to the ~/.config/gtk3.0/ directory and restart your browser.
*{
-GtkScrollbar-has-backward-stepper: 1;
-GtkScrollbar-has-forward-stepper: 1;
-GtkRange-slider-width: 13;
-GtkRange-stepper-size: 13;
}
@ljl-geek
Copy link
Author

ljl-geek commented May 4, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment