<ul> with vertical scroll jumps to top in IE9

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-10 10:46:57

问题


I have a tall <ul> element that is used as a popover menu. The overflow-y is set to auto, and I can scroll up and down to see the <li> elements. In IE9, when I scroll the <ul> element down and then mouse over any of the <li> elements, the scrollbar jumps straight back to the top. This makes it impossible to select any items at the bottom of a long list.

Neither Firefox nor Chrome exhibit this behavior.

Is this a known IE issue?

来源:https://stackoverflow.com/questions/19799835/ul-with-vertical-scroll-jumps-to-top-in-ie9

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