Skip to content

Commit 39b351b

Browse files
committed
overflow hidden for Continue game carousel
1 parent ad2ce93 commit 39b351b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

stylustheme.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3812,6 +3812,7 @@
38123812
/* 001 : User Home */
38133813
/* Modify width of home page */
38143814
/* start problematic code */
3815+
38153816
:root { --items-per-row: ; }
38163817
div.game-card-text-pill {
38173818
display: none !important;
@@ -4068,7 +4069,8 @@
40684069
padding-top: 3px;
40694070
overflow-x: visible;
40704071
} /* overflow visible so shadow is not cut on the collections carousel */
4071-
div.profile-currently-wearing > div > div > div > div {
4072+
div.profile-currently-wearing > div > div > div > div,
4073+
#HomeContainer > div.place-list-container > div > div > div:nth-child(3) > div.horizontal-scroller.games-list.home-page-games-list.dynamic-layout-sizing {
40724074
overflow-x: hidden;
40734075
} /* ensure currently wearing hides overflow, to negate the top rule */
40744076

0 commit comments

Comments
 (0)