lersrodeback
New Member
I am having issues getting the scrollbar to show on a div on the iPad device.I am using: \[code\]-webkit-overflow-scrolling: touch;\[/code\]This is working, however I want the scroll bar to be visible before the user actually touches the \[code\]div\[/code\] to enable the scroll bar!I only want the \[code\]overflow-y\[/code\] to be visible on the iPad when you come into the page, then once the user touches the div only show the \[code\]overflow-y\[/code\]!How can I do this?