我的页面上有一些gridster小部件。在我的小部件中,我有一个 divoverflow-y
设置为true
.
在 IE 中,如果我单击小部件内的滚动条,小部件将粘在我的鼠标上,我必须右键单击才能放下它。
这在 Google Chrome 中不是问题。
<li class="widget">
<div style="overflow-y:true; height: 200px; width: 200px;">
... some stuff
</div>
</li>