Open GoogleCodeExporter opened 8 years ago
I figured out a bit of a hack fix for this using jQuery. See below:
//ColorPickerFix
var thisfix = this;
$('.main').scroll(function() {
var scroll = $('.main').scrollTop();
common.extend(thisfix.__selector.style, {
'-webkit-transform': 'translate(0px,' + (-scroll) + 'px)',
});
});
Original comment by d...@datavisu.al
on 6 Dec 2013 at 12:07
Original issue reported on code.google.com by
matthewlein
on 24 Mar 2012 at 3:48