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
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.
The text was updated successfully, but these errors were encountered:
kenneycheung
changed the title
page still not scrolling after closing modal
Page content still does not scroll after closing the modal
Jan 15, 2025
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.
The text was updated successfully, but these errors were encountered: