Map zoom issue - map getting scrolled while zooming

1017
3
09-01-2014 12:07 AM
BiranchiPanda
New Contributor

Hi Team,

here is a trimmed version of the render html of our application:

http://jsfiddle.net/prithvipalsingh/24yx5gnp/

The map in this page is getting scrolled while zooming.

Homework we've done:

  • when we use position: absolute, the scroll issue is getting fixed in the fiddle but not in our application.

In the fiddle, it is also pushing the map to bottom of the page. (as well as in our application). But this style is fixing the zoom issue on the fiddle but not the map in our application.

    • Are there any known work around to fix such issues in production apps ?
  • to start with, request you to help us by just fixing the fiddle without modifying the visible rendered UI.

@

Tags (2)
0 Kudos
3 Replies
alaahamed1
New Contributor

I found this issue on IE but its working fine on google chrome

Try updating API version to 3.10

0 Kudos
BiranchiPanda
New Contributor

We tried with 3.10 also, but didn't work for us.

0 Kudos
RiyasDeen
Occasional Contributor III

Hi Biranchi,

Taking out these two lines from html style fixed the issue for me

          overflow: -moz-scrollbars-vertical;

          overflow: auto;

Edit fiddle - JSFiddle

0 Kudos