Overlay scrollbar to widget.gtk settings (#358)

Since Firefox 99 there is an "official" overlay scrollbars settings into Firefox
This commit is contained in:
0x3e67c36 2022-04-20 16:17:28 +02:00 committed by GitHub
parent e8f93b9b34
commit ad2175d4a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,4 +12,4 @@ user_pref("browser.uidensity", 0);
user_pref("svg.context-properties.content.enabled", true);
// Enable overlay scrollbars
user_pref("ui.useOverlayScrollbars", 1);
user_pref("widget.gtk.overlay-scrollbars.enabled", true);