IE10 Scrollbar Fix

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;
}

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.