Actions
Bug #6821
closedMobile devices unable to scroll modal window down
Description
This prevents details like name, description, and commenting from being accessible.
Updated by krileon about 7 years ago
This is due to touch-action: none; CSS, which is needed to allow swipeleft and swiperight event listening. Move the swipe event behavior to the child div instead of the top level div then adjust touch-action to pan-y pinch-zoom should solve this.
Updated by krileon about 7 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Actions