Sliders visible over colour palette in jquerymobile
sticilface opened this issue · 4 comments
sticilface commented
PitPik commented
Hi @sticilface ,
first, I see that you're using an old version of tinyColorPicker (#NANNAN0A) ;o)... but
this is probably because you use jQuery mobile,... and they do some nasty stuff with z-index.
Just inspect the 'slider button' and see what z-index they set on it,... use the inline possibility of tinyColorPicker to add some css and put it over the sliders:
renderCallback: function($elm, toggled) {
// you know this one already
},
cssAddon: '.cp-color-picker{z-index:16777271}'
// or 2147483647 is the highest in modern browsers
PitPik commented
BTW: would you mind clicking on the ★ if you like tinyColorPicker ;o)
Thanks
sticilface commented
Oh.. i only downloaded it from github yesterday! will update.
That worked great. Many thanks :)
sticilface commented
consider yourself starred!