修改InOtherApp组件为fixed
This commit is contained in:
parent
3362830ee2
commit
4d9592c9b9
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue