I'm experiencing an issue with a div
container that is filled horizontally with SVG drawings generated dynamically. The width of the container exceeds the window's width, so I added overflow-x: scroll !important
to enable scrolling. However, the Samsung Internet browser is not displaying the scroll function properly. Any suggestions on how to fix this?
EDIT: Even jQuery's scroll()
function is failing to trigger an alert
event.
EDIT2: To create a grid layout, each SVG drawing undergoes a dynamic translate()
.