Skip to content

Commit 441fe6b

Browse files
committed
fix(ranking): 提升提示组件的层级防止被图标组件挡住
1 parent 6fb3e7f commit 441fe6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/content/pages/ranking/Title.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ const StyleSpan = styled.span`
2121
const ToolTip = styled.div`
2222
position: absolute;
2323
right: -20px;
24+
z-index: 10;
2425
2526
&::before {
2627
box-sizing: content-box;

0 commit comments

Comments
 (0)