Last active
January 17, 2022 22:27
-
-
Save tkon99/7b26e1dc170a95b1fd8898640e8f7da8 to your computer and use it in GitHub Desktop.
Xbox Cloud Gaming Fullscreen Scrollbar Fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==UserStyle== | |
@name Xcloud Scrollbar Fix - 1/17/2022, 10:14:28 PM | |
@namespace github.com/openstyles/stylus | |
@version 1.0.1 | |
@description Fixes the fullscreen vertical scrollbar bug on Xbox Cloud Gaming | |
@author tkon.nl | |
==/UserStyle== */ | |
@-moz-document regexp("https://www.xbox.com/(.+)/play/(.+)") { | |
html.fullscreen { | |
overflow: hidden !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment