Skip to content

Commit

Permalink
fix: center select arrow
Browse files Browse the repository at this point in the history
Signed-off-by: Tianchu Zhao <[email protected]>
  • Loading branch information
tczhao committed Feb 10, 2022
1 parent 9f563ca commit 12336a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/select/select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@

&__value-arrow {
position: absolute;
top: 8px;
top: 50%;
right: 0;
transform: translateY(-50%);
}

&__options {
Expand Down

0 comments on commit 12336a0

Please sign in to comment.