Support native overlay scrollbars (#302)

This commit is contained in:
73 2021-11-26 17:19:00 +01:00 committed by GitHub
parent f437a8a9c4
commit 5b5a0099dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 10 deletions

View File

@ -152,16 +152,6 @@ git pull origin master
1. Go to your profile folder. (Go to `about:support` in Firefox > Application Basics > Profile Directory > Open Directory)
2. Remove `chrome` folder.
## Scrollbars
To achieve Firefox with overlay scrollbars install [firefox-gnome-scrollbars](https://github.com/rafaelmardojai/firefox-gnome-scrollbars).
## Enabling optional features
Optional features can be enabled by creating new `boolean` preferences in `about:config`.
1. Go to the `about:config` page
2. Type the key of the feature you want to enable
3. Set it as a `boolean` and click on the add button
4. Restart Firefox
### Features

View File

@ -10,3 +10,6 @@ user_pref("browser.uidensity", 0);
// Enable SVG context-propertes
user_pref("svg.context-properties.content.enabled", true);
// Enable overlay scrollbars
user_pref("ui.useOverlayScrollbars", 1);