Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What makes bootstrap hiding the vertical scrollbar
Message
From
14/09/2017 05:03:25
 
 
To
11/09/2017 01:34:44
General information
Forum:
Bootstrap
Category:
Scrollbars
Miscellaneous
Thread ID:
01654209
Message ID:
01654279
Views:
41
>Wow, the only way I have found to gain scrollbar vertically on IE, was to force it like these:
>
>@-ms-viewport{width:auto!important}
>
>It appears the bootstrap css file overwrites that. Anyone knows something about this?

Bootstrap:
@-ms-viewport {
  width: device-width;
}
But your setting should override that? Not sure why it's there though. See: https://msdn.microsoft.com/library/hh869615(v=vs.85).aspx

Also don't see why a width setting would affect the vertical scroll bar (I assume you are referring to the browser scroll bar rather than any on elements of the page?)
Previous
Reply
Map
View

Click here to load this message in the networking platform