Skip to content

Commit d195e0a

Browse files
committed
Update zIndex values in BalanceTip and Config components
1 parent 5535cd7 commit d195e0a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/views/components/BalanceTip/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export default function WechatTip() {
114114
borderColor: "var(--vscode-menu-border)",
115115
},
116116
}}
117-
zIndex={999}
117+
zIndex={99999}
118118
>
119119
<HoverCard.Target>
120120
<div onMouseEnter={getBalance}>

src/views/pages/Config.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ const Config = function () {
169169
}}
170170
withCloseButton={false}
171171
withOverlay={false}
172+
zIndex={99}
172173
>
173174
<LoadingOverlay visible={loading} overlayBlur={2} />
174175
<Title order={2} mb={20}>

0 commit comments

Comments
 (0)