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
1. On branch of Dotcom add `RiverStoryScroll` around Rivers in`ui/packages/solutions/routes/Detail/Detail.tsx`
2. Start server with command`script/server`
3. Go to http://github.localhost/solutions/use-case/devops?_features=contentful_lp_solution_pages on desktop.
4. Scroll down page to River Components.
5. Notice that `RiverStoryScroll` is disabled.
6. Change to mobile view
7. Scroll down page to River section
8. Notice `RiverStoryScroll` is enabled and the River Components are overlapping each other.
Expected behavior
If `RiverStoryScroll` is disabled, then the Rivers should not have the RiverStoryScroll behavior in mobile view. If it is enabled, `River` components should not stack on top of each other.
Screenshots
Browsers
Chrome, Firefox, Safari
OS
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
This was noticed in production with
RiverStoryScroll
disabled, but in a mobile view. There are two issues:RiverStoryScroll
does not appear to disabled at the mobile breakpoint.River
components are overlapping each other.Here is a short video from production to illustrate.
https://github.com/user-attachments/assets/c79e4fd4-b9eb-473b-b898-2bc41e4aeb72
Reproduction steps
Expected behavior
Screenshots
Browsers
Chrome, Firefox, Safari
OS
No response
The text was updated successfully, but these errors were encountered: