css - Issue with hubspot and bootstrap theme -
we have created new theme in bootstrap , applied new theme our blog on hubspot. there issue when resize window responsive dimensions theme stuck , scroll bar disappears around 600px.
i can't move page or down need issue why theme stuck in middle , scroll bar disappears.
theme link: blog.homearena.co.uk/hanewdesign
in homearena-style.min.css you've code:
@media (max-width: 899px) #site-wrapper{ overflow-y: hidden; }
it should
@media (max-width: 899px) #site-wrapper{ overflow-y: scroll !important; }
Comments
Post a Comment