update pay function
This commit is contained in:
@@ -150,8 +150,10 @@ export default function HomeNavbar() {
|
|||||||
)}
|
)}
|
||||||
|
|
||||||
<Box
|
<Box
|
||||||
position="sticky"
|
position="fixed"
|
||||||
top={showCompletenessAlert ? "60px" : 0}
|
top={showCompletenessAlert ? "60px" : 0}
|
||||||
|
left={0}
|
||||||
|
right={0}
|
||||||
zIndex={1000}
|
zIndex={1000}
|
||||||
bg={navbarBg}
|
bg={navbarBg}
|
||||||
backdropFilter="blur(10px)"
|
backdropFilter="blur(10px)"
|
||||||
|
|||||||
@@ -674,7 +674,7 @@ const AgentChat = () => {
|
|||||||
];
|
];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Box minH="100vh" position="relative" overflow="hidden" pt="80px">
|
<Box minH="100vh" position="relative" overflow="hidden" pt="80px" zIndex={0}>
|
||||||
{/* 背景渐变层 */}
|
{/* 背景渐变层 */}
|
||||||
<Box
|
<Box
|
||||||
position="absolute"
|
position="absolute"
|
||||||
|
|||||||
Reference in New Issue
Block a user