I have some gridster widgets on my page.
Within my widgets I have a div that has an overflow-y
set to true
.
In IE, if I click the scrollbar inside the widget, the widget will stick to my mouse and I have to right click to drop it.
This is not an issue in Google Chrome.
<li class="widget">
<div style="overflow-y:true; height: 200px; width: 200px;">
... some stuff
</div>
</li>