Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@tkon99
Last active January 17, 2022 22:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tkon99/7b26e1dc170a95b1fd8898640e8f7da8 to your computer and use it in GitHub Desktop.
Save tkon99/7b26e1dc170a95b1fd8898640e8f7da8 to your computer and use it in GitHub Desktop.
Xbox Cloud Gaming Fullscreen Scrollbar Fix
/* ==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