Actions
Bug #6821
closedMobile devices unable to scroll modal window down
Description
This prevents details like name, description, and commenting from being accessible.
Actions
Added by krileon over 7 years ago. Updated about 7 years ago.
Description
This prevents details like name, description, and commenting from being accessible.
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.