mirror of
				https://github.com/redphx/better-xcloud.git
				synced 2025-10-31 14:04:07 +01:00 
			
		
		
		
	Fix scrollbar not hiding in Firefox
This commit is contained in:
		| @@ -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; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 redphx
					redphx