From 8f312f5c3117739bc322cd9ef7541d28a26566d2 Mon Sep 17 00:00:00 2001 From: Jacob Thomason Date: Sat, 17 Oct 2015 20:43:54 -0400 Subject: [PATCH] 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. --- development/colorPicker.css | 1 + 1 file changed, 1 insertion(+) diff --git a/development/colorPicker.css b/development/colorPicker.css index 1379ebe..3f89f31 100644 --- a/development/colorPicker.css +++ b/development/colorPicker.css @@ -1,5 +1,6 @@ .cp-color-picker { position: absolute; + z-index: 9999; padding: 6px 6px 0; background-color: #444; color: #bbb;