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.
pull/32/head
Jacob Thomason 9 years ago
parent 6ee05825b4
commit 8f312f5c31

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

Loading…
Cancel
Save