You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to implement a left-aligned horizontal carousel that displays multiple items on the screen at the same time but first item should respect the application's gutter padding. Changing the width prop effects all of the items and attempting to add a paddingLeft style clips the visibility due to the auto applied overflow: hidden style.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to implement a left-aligned horizontal carousel that displays multiple items on the screen at the same time but first item should respect the application's gutter padding. Changing the
width
prop effects all of the items and attempting to add apaddingLeft
style clips the visibility due to the auto appliedoverflow: hidden
style.Beta Was this translation helpful? Give feedback.
All reactions