Skip to main content
Syeds
Inspiring
February 10, 2022
Answered

How to fixed Position Modal while Scrolling?

  • February 10, 2022
  • 2 replies
  • 727 views

I am creating a tap interaction link on a mobile layout that triggers a modal dialog box. Is there a method to keep the modal positioned over the tap area even while scrolling? I am experiencing difficulty to get it to pop in the exact position. Since the page is scrolling vertically the position of the linked to be tapped would be in a different position. Thank you.

{Renamed By MOD}

This topic is closed to new replies. Start a new post to keep the conversation going.
Correct answer Kenneth Kawamoto

You can create a component state that shows a modal dialogue box. The component scrolls (so does the modal state) with the artboard.

2 replies

Kenneth Kawamoto
Community Expert
Kenneth KawamotoCommunity ExpertCorrect answer
Community Expert
February 11, 2022

You can create a component state that shows a modal dialogue box. The component scrolls (so does the modal state) with the artboard.

Syeds
SyedsAuthor
Inspiring
February 11, 2022

Thank you. I just figured it out too. I apprecite the help.