Browse Source

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

pull/1741/head
Saransh Barua 6 years ago committed by GitHub
parent
commit
998f0ae458
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/components/ColorPicker.scss

1
src/components/ColorPicker.scss

@ -99,7 +99,6 @@ @@ -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 {

Loading…
Cancel
Save