Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What makes bootstrap hiding the vertical scrollbar
Message
De
14/09/2017 05:03:25
 
 
À
11/09/2017 01:34:44
Information générale
Forum:
Bootstrap
Catégorie:
Barres de défilement
Divers
Thread ID:
01654209
Message ID:
01654279
Vues:
40
>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?)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform