Monday, November 11, 2013

IE10 scrollbar overlay on page issue - Solution

IE10 scrollbar overlay Issue:
When we designing a website on bootstrap you'll notice that the IE10 scroll-bar  appears on content of the page like below picture.

In IE-10 the scroll-bar not always appear, when it appear they overlay on the page contents



IE10 scrollbar overlay Solution:
The following piece of code will solve IE10 scroll-bar issue

@-ms-viewport {
               
                width: auto !important;
}

-ms-overflow-style property


No comments:

Post a Comment