watusi / jquery-mobile-iscrollview

JQuery Mobile widget plug-in for easy use of the iScroll javascript scroller.
408 stars 183 forks source link

IE page width issue - plz add this css fix #144

Open Hexodus opened 10 years ago

Hexodus commented 10 years ago

I noticed a weird behaviour in IE 10 and mobile versions. The page width shrinked right after iscrollview was loaded. The solution is very simple. Just add this css line to prevent this.

.iscroll-scroller {
     width:100%;
}