mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-07 05:38:27 +02:00
Disable dropdown's animation
This commit is contained in:
@@ -87,7 +87,9 @@ div[class*="ProductDetailPage-module__backgroundImageGradient"]:after {
|
||||
css += compressCss(`
|
||||
div[class*=GameCard-module__gameTitleInnerWrapper],
|
||||
div[class*=GameCard-module__card],
|
||||
div[class*=ScrollArrows-module] {
|
||||
div[class*=ScrollArrows-module],
|
||||
div[class*=Dropdown-module__dropdownWrapper] {
|
||||
animation: none !important;
|
||||
transition: none !important;
|
||||
}
|
||||
`);
|
||||
|
Reference in New Issue
Block a user