Skip to content

fix: fixed mobile scrolling issue for elsa-beta - #3557

Open
ekim1707 wants to merge 2 commits into
devfrom
1749-mobile-scrolling
Open

fix: fixed mobile scrolling issue for elsa-beta#3557
ekim1707 wants to merge 2 commits into
devfrom
1749-mobile-scrolling

Conversation

@ekim1707

@ekim1707 ekim1707 commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

Description

This PR fixes issues elsa-beta had scrolling in mobile. It seems the iframes were getting jumbled together such that the active iframe was not accessible to the finger touch.

Changes Made

Added visibility: isActive ? "visible" : "hidden" to the inactive iframe's style, and removed the now-redundant opacity: isActive ? 1 : 0

How to Test

  1. Obtain an FDA test phone
  2. Using the sidenav navigate to an elsa-beta page
  3. See if the page scroll behavior is correct

Notes

@kzsb03 there won't be any way for you to test without an FDA phone, however @ckelly17 and I worked together to test on his phone, and it worked.

@ekim1707
ekim1707 requested a review from a team as a code owner August 17, 2026 17:19
@ekim1707
ekim1707 requested a review from kzsb03 August 17, 2026 17:39
@ckelly17

Copy link
Copy Markdown
Contributor

Happy to show this works and fixes the issue described.

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.

2 participants