Scroll Bar in Openlayers 3 popup

一曲冷凌霜 提交于 2019-12-12 03:38:21

问题


In this example of OPenlayers 3 : http://jsfiddle.net/api/post/library/pure/ , I was trying to make the ol3 popup scrollable whenever the content in it is very large. I set the following style for popup content div :- <div id="popup-content" style="max-height:300px;overflow:auto;"> This inserts scroll bar if content is greater than 300 px but disables mouse events like zoom,hover,click etc. Could anyone tell why is this happening and what is the right way to add scroll in popup?

来源:https://stackoverflow.com/questions/38238752/scroll-bar-in-openlayers-3-popup

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!