html - Site scroll bar that appears when you refresh multiple times -
i have problem site ...
http://reliancetrustgroup.com/
if refresh page several times you'll see once page appears scroll appears once without scrolling
from can cause problem?
.page-id-5 #content{ height:auto !important; }
i tried adding code solve, unfortunately not work ... is.
can me solve problem?
there scrollbar every time in latest chrome on osx me.
you can avoid adding height: 100vh;
main page container. however, know vh isn't quite supported in every browser yet.
also, if this, you'll want space of elements based on percentages or vh units if monitor shorter, of elements fit. you'll want remove overflow: hidden;
because may cause information hidden.
Comments
Post a Comment