We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a998c01 + 16050cc commit 11cef3eCopy full SHA for 11cef3e
src/app/university/[id]/UniversityDetail.tsx
@@ -22,7 +22,7 @@ const UniversityDetail = ({ university }: UniversityDetailProps) => {
22
<div className="relative h-[236px] w-full bg-blue-100">
23
<Image alt="대학 이미지" src={convertImageUrl(university.backgroundImageUrl)} fill className="object-cover" />
24
</div>
25
- <div className="-mt-[66px] rounded-t-3xl bg-white px-5">
+ <div className="z-30 -mt-[66px] rounded-t-3xl bg-white px-5">
26
<TitleSection
27
title={university.formatName}
28
subTitle={university.englishName}
0 commit comments