From 998f0ae458e4525af770371fc35afe01a936bb0d Mon Sep 17 00:00:00 2001 From: Saransh Barua Date: Mon, 8 Jun 2020 16:22:54 +0530 Subject: [PATCH] remove z-index for color-picker-hash div (#1711) --- src/components/ColorPicker.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/ColorPicker.scss b/src/components/ColorPicker.scss index 28e22039..9499b6d0 100644 --- a/src/components/ColorPicker.scss +++ b/src/components/ColorPicker.scss @@ -99,7 +99,6 @@ display: flex; align-items: center; justify-content: center; - z-index: 1; position: relative; } .color-input-container:focus-within .color-picker-hash {