修改InOtherApp组件为fixed

This commit is contained in:
yezian 2024-01-06 01:15:22 +08:00
parent 3362830ee2
commit 4d9592c9b9
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ export default function InOtherApp() {
}
return (
<div className="absolute top-0 left-0 w-full h-full bg-[#000000B2] z-50">
<div className="fixed top-0 left-0 w-full h-full bg-[#000000B2] z-50">
<div className="flex justify-end pt-4 pr-4">
<Image src={arrow} alt="" />
</div>