You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you use minicolors with swatches, combined with position: 'top left' or position:'top right', the colorpicker panel is positioned incorrectly, it overlays the input box.
I've made the following fix in jquery.minicolor.js, starting at line 212:
Variable nrRows contains the number of rows of swatches (either 1 or 2), and the top position is changed accordingly. This fixes it for me. Hopefully you can apply this (or a similar) fix.
Thanks, keep up the good work!
The text was updated successfully, but these errors were encountered:
When you use minicolors with swatches, combined with
position: 'top left'
orposition:'top right'
, the colorpicker panel is positioned incorrectly, it overlays the input box.I've made the following fix in jquery.minicolor.js, starting at line 212:
Variable nrRows contains the number of rows of swatches (either 1 or 2), and the top position is changed accordingly. This fixes it for me. Hopefully you can apply this (or a similar) fix.
Thanks, keep up the good work!
The text was updated successfully, but these errors were encountered: