Open Hexodus opened 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%; }
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.