To configure: custom CSS prefix with privileges:
html { -ms-overflow-style: scrollbar; }
Other options include auto , none , scrollbar and -ms-autohiding-scrollbar . The latter causes the behavior that you experience.
Excerpt from the MSDN documentation , in particular, the scrollbar value mentioned above:
Indicates that the item displays the classic scroll bar control when its contents are full.
Unlike -ms-autohiding-scrollbar , scroll bars on elements with the -ms-overflow-style property set to scrollbar always appear on the screen and do not disappear when the element is inactive.
Pedro Lopes Jul 06 '13 at 15:51 2013-07-06 15:51
source share