Tagged Questions

1
vote
1answer
2k views

Disable horizontal scrolling on ipad

I’m looking to disable the horizontal scroll bar on the ipad in safari when on my site. I’ve tried e.preventDefault but this seems to disable both vertical and horizontal scrolling. Thanks!
0
votes
1answer
236 views

Horizontal scrolling site

I have a horizontal scrolling site that uses jquery to reverse the mouse axis on the scroll wheel on the mouse. This works fine on every browser apart from safari. The address of the page with the ...
0
votes
2answers
2k views

horizontal scrolling div not working in Safari

Hi I made this site a while ago in my table days but have just realised the horizontal scrolling dive doesn't work in Safari. #galleryscroller { overflow-x:scroll ; overflow-y:hidden; ...