set z-index

Issue #3 new
Former user created an issue

Hello, my name is Adrian. Thanks for this great control. One problem: When colorPicker is shown, sometimes it can be hidden by other elements. To make colorPicker always flow over other elements, I added a single line of code in the css of colorPicker to the main div (div.colorPicker):

z-index: 10; //or any other high number.

Comments (0)

  1. Log in to comment