mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-07 08:07:18 +02:00
Fix scrollbar not hiding in Firefox
This commit is contained in:
parent
1966c7c127
commit
6f8f425003
@ -9817,6 +9817,10 @@ body:not([data-media-type=tv]) div[class*=MenuItem-module__label] {
|
|||||||
// Hide scrollbar
|
// Hide scrollbar
|
||||||
if (getPref(Preferences.UI_SCROLLBAR_HIDE)) {
|
if (getPref(Preferences.UI_SCROLLBAR_HIDE)) {
|
||||||
css += `
|
css += `
|
||||||
|
html {
|
||||||
|
scrollbar-width: none;
|
||||||
|
}
|
||||||
|
|
||||||
body::-webkit-scrollbar {
|
body::-webkit-scrollbar {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user