IE10 was displaying a scrollbar that appeared over the top of the site content. In order to fix this issue I added the following code to the style.css in the TwenetyFourteen theme under reset.
html {
-ms-overflow-style: scrollbar;
}
Web Design/Development
IE10 was displaying a scrollbar that appeared over the top of the site content. In order to fix this issue I added the following code to the style.css in the TwenetyFourteen theme under reset.
html {
-ms-overflow-style: scrollbar;
}