mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 23:57:19 +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
|
||||
if (getPref(Preferences.UI_SCROLLBAR_HIDE)) {
|
||||
css += `
|
||||
html {
|
||||
scrollbar-width: none;
|
||||
}
|
||||
|
||||
body::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user