html - Bootstrap container-fluid not responsive after certain width -


i using bootstrap 3.3.5 grid system.

html (not sure it'll help)

<body>     <div class="container-fluid containerresize">         <header class="row">             ...         </header>          <main class="row">             ...         </main>     </div> </body> 

css (for .containerresize)

.containerresize {     height: 100%;     padding-right: 0; } 

this error temperamental.

sometimes container resize down whatever size lot of time when resize width below 970px, container not longer resize , stay @ 970px. interfering responsive design components within container rely on it's width. i'm running in chrome. i've had suggestion might chrome related issue?

any appreciated.

edit

it works in firefox


Comments

Popular posts from this blog

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

java - Android – MapFragment overlay button shadow, just like MyLocation button -