소스 검색

remove z-index for color-picker-hash div (#1711)

Saransh Barua 5 년 전
부모
커밋
998f0ae458
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/components/ColorPicker.scss

+ 0 - 1
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 {