Skip to content

Commit 2f511e7

Browse files
authored
Merge pull request #510 from GTable/fix/user/order
feat: 헤더 zIndex 수정
2 parents 23a3deb + 70851d7 commit 2f511e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/nowait-user/src/components/BackHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ interface PropsType {
88
const BackHeader = ({ title }: PropsType) => {
99
const navigate = useNavigate()
1010
return (
11-
<header className="w-full sticky left-0 top-0 bg-white z-50">
11+
<header className="w-full sticky left-0 top-0 bg-white z-40">
1212
<div className="flex justify-between items-center">
1313
<button onClick={()=>navigate(-1)} className="p-2.5">
1414
<Back />

0 commit comments

Comments
 (0)