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
The header needs to be the parent in list view for the grid keyboard navigation. Can you mock up what you would like the final product to look like? My guess is you want the the descriptor and attributes ("sold out", "limited") wrapped in a header div w/ the bronze background and then separately have the perk list and price wrapped in a content div that doesn't have the bronze background?
Bronze cell is being styled by
.epg_columnheader#bronze { @apply bg-bronze text-white }
On mobile, this header becomes the
.epg_package-perk-list
's parent.I would not expect the perk list to inherit the styles of the
columnheader
but rather theperk-grid-body
.The text was updated successfully, but these errors were encountered: