Skip to content

fix(app): fix HorizontalContentTileCollection nav buttons on desktop#1736

Open
MrDirkelz wants to merge 1 commit into
mainfrom
1708-app-left-and-right-navigation-controls-for-horizontal-tile-collection-not-rendering-on-mobile
Open

fix(app): fix HorizontalContentTileCollection nav buttons on desktop#1736
MrDirkelz wants to merge 1 commit into
mainfrom
1708-app-left-and-right-navigation-controls-for-horizontal-tile-collection-not-rendering-on-mobile

Conversation

@MrDirkelz

Copy link
Copy Markdown
Collaborator
  • Raise wrapper z-index from z-10 to z-30 so it sits above ContentTile's
    z-20 overlay divs (video/audio icons) — these were intercepting clicks
    and bubbling up to the RouterLink, causing navigation instead of scroll
  • Remove duplicate @click from the arrow icons (was calling spinLeft/Right
    twice per click, scrolling 200px instead of 100px)
  • Fix right arrow missing base mt-7 and conflicting hardcoded md:mt-10
  • Add transition-opacity to smooth the 80%→100% hover opacity change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

APP: Left and right navigation controls for Horizontal Tile Collection not rendering on mobile

1 participant