2
0
mirror of https://github.com/PitPik/tinyColorPicker synced 2025-07-16 22:44:30 -06:00

Need to have a good default z-index

I don't see any reason for anything to be above the color-picker when activated.  9999 seems safe enough to me.
This commit is contained in:
Jacob Thomason 2015-10-17 20:43:54 -04:00
parent 6ee05825b4
commit 8f312f5c31

View File

@ -1,5 +1,6 @@
.cp-color-picker {
position: absolute;
z-index: 9999;
padding: 6px 6px 0;
background-color: #444;
color: #bbb;