当我将鼠标悬停在 MAP 上时,我在地形上滚动。我尝试了这段代码,但没有解决这个问题。
我已经这样做了<i>overflow:hidden
,<i>max-width:none;
这不会影响地图。检查屏幕截图:
已经尝试过这段代码:
#myDivi {overflow: hidden;width:auto;
height:auto;}
img {
max-width:none;
}#mapCanvas img {
max-width: none;overflow: hidden;
}
.gmnoprint img { max-width: none; }
.gmnoprint label { width: auto; display: inline; overflow:hidden;height:auto; }
.gm-style img { max-width: none; overflow:hidden; width:auto; height:auto;}
.gm-style label { width: auto; overflow:hidden;height:auto; }