Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Page content still does not scroll after closing the modal #7153

Open
kenneycheung opened this issue Jan 15, 2025 · 1 comment
Open

Page content still does not scroll after closing the modal #7153

kenneycheung opened this issue Jan 15, 2025 · 1 comment

Comments

@kenneycheung
Copy link

Version: 2.4
Code:
<div class="ui modal longer modals"> <div class="header">Outgoing Player <span class="player-name"></span> </div> <div class="content scrolling"> <p>Incoming Player:</p> <div class="ui list"></div> </div> <div class="actions"> <div class="ui approve blue button" onclick="confirm()">Confirm</div> <div class="ui cancel button">Cancel</div> </div> </div>
Problems:
When data is loaded into the .list division, scrolling cannot be performed using touch on mobile devices.
The page content cannot be scrolled after closing the modal.

@kenneycheung kenneycheung changed the title page still not scrolling after closing modal Page content still does not scroll after closing the modal Jan 15, 2025
@kenneycheung
Copy link
Author

All of the above issues occur on mobile devices

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

No branches or pull requests

1 participant