Remove Scrollbar Overlay In Internet Explorer

Posted By Weston Ganger

Starting with IE 10 they changed the scrollbar to show as an overlay to the page.

If you have elements near the edge they may be overlapped. I dont like this it takes from my control over the page feel.

Fortunately it can be disabled with a simple css rule


body{
  -ms-overflow-style: scrollbar;
}

Related External Links:

Article Topic:Software Development - HTML / CSS

Date:January 27, 2016