Skip to content

Commit

Permalink
fix: rate__tips--bottom z-index (#1837)
Browse files Browse the repository at this point in the history
* fix: rate__tips--bottom z-index

* feat: move z-index to tips
  • Loading branch information
liweijie0812 authored Jul 23, 2024
1 parent 622dbf6 commit e7f4fbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions style/mobile/components/rate/v2/_index.less
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
box-shadow: @shadow-1;
background-color: @bg-color-container;
transform: translateX(-50%);
z-index: 1;

&--bottom {
top: calc(100% + 8px);
Expand Down

0 comments on commit e7f4fbf

Please sign in to comment.