Skip to content

Commit

Permalink
fix(design): remove duplicate z-index property from Select's dropdown…
Browse files Browse the repository at this point in the history
… CSS definition (#1408)
  • Loading branch information
jikkai committed Feb 22, 2024
1 parent a6c2faa commit abc13b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/design/src/components/select/index.module.less
Expand Up @@ -232,7 +232,6 @@
border: 1px solid rgb(var(--border-color));
border-radius: var(--border-radius-base);
box-shadow: var(--box-shadow-base);
z-index: 100;
&-hidden {
display: none;
}
Expand Down

0 comments on commit abc13b4

Please sign in to comment.