Home › Forums › CSS › Page scrolls to top when I close popup › Reply To: Page scrolls to top when I close popup
June 23, 2017 at 6:22 am
#256047
Participant
You’ll need to show some code so that someone here can better troubleshoot the issue.
At a base level though, I wonder if it might not be due to how you’re allowing users to close the page? For example, if you use something like <a href="#null" id="close-popup">
the #null
bit might force the browser to scroll back up to the top as it seeks a matching target.