Map element freezes the browser scrollbar

Hello,

While trying to add a map element by embedded code for google map, it works and shows the correct location, however when i check that page in preview mode, the scrollbar of the browser stops there. I can’t scroll down to view rest of the content. Tested with chrome also gives me the same result. Please guide.

Thanks

Hey @bkorissa,

I could not replicate the issue you describe in my test site so there’s most probably something within the embed code that is causing this. Would you mind posting your embed code or you can give us WordPress admin credentials in a Secure Note so we could check your exact setup.

Thanks.

Please find the embed code as follows.

If you want the secure note details, i will provide that too.

Thanks

Hi,

To fix it, you can add this in Theme Options > CSS

html,body {
  height:auto !important;
  overflow-y:initial !important;
}

Hope that helps

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.