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

Popular posts from this blog

rdbms - what exactly the undo information lives in oracle? -

bash - How do you programmatically add a bats test? -

java - Getting exception in JDBC thin driver -