mirror of
https://github.com/PitPik/tinyColorPicker
synced 2025-07-17 15:04:28 -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:
parent
6ee05825b4
commit
8f312f5c31
@ -1,5 +1,6 @@
|
|||||||
.cp-color-picker {
|
.cp-color-picker {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
z-index: 9999;
|
||||||
padding: 6px 6px 0;
|
padding: 6px 6px 0;
|
||||||
background-color: #444;
|
background-color: #444;
|
||||||
color: #bbb;
|
color: #bbb;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user