Update zIndex values in BalanceTip and Config components
This commit is contained in:
parent
5535cd73bc
commit
d195e0a9cb
@ -114,7 +114,7 @@ export default function WechatTip() {
|
||||
borderColor: "var(--vscode-menu-border)",
|
||||
},
|
||||
}}
|
||||
zIndex={999}
|
||||
zIndex={99999}
|
||||
>
|
||||
<HoverCard.Target>
|
||||
<div onMouseEnter={getBalance}>
|
||||
|
@ -169,6 +169,7 @@ const Config = function () {
|
||||
}}
|
||||
withCloseButton={false}
|
||||
withOverlay={false}
|
||||
zIndex={99}
|
||||
>
|
||||
<LoadingOverlay visible={loading} overlayBlur={2} />
|
||||
<Title order={2} mb={20}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user