From d7ab3686995e3e6a66bfae3dd7fcaeea11a1ed3d Mon Sep 17 00:00:00 2001 From: mandelina Date: Wed, 19 Nov 2025 22:32:08 +0900 Subject: [PATCH 1/2] =?UTF-8?q?Fix=20:=20=EB=AA=A8=EB=B0=94=EC=9D=BC=20?= =?UTF-8?q?=EB=B0=94=ED=85=80=EB=B2=84=ED=8A=BC=20=EB=A7=88=EC=A7=84?= =?UTF-8?q?=EA=B0=92=20=EC=8B=9C=EC=95=88=EA=B3=BC=20=EB=8F=99=EC=9D=BC?= =?UTF-8?q?=ED=95=98=EA=B2=8C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/common/bottomContents/BottomContainer.tsx | 2 +- components/common/dropdowns/mobileDropdown.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/common/bottomContents/BottomContainer.tsx b/components/common/bottomContents/BottomContainer.tsx index ce9c1424..da6965ed 100644 --- a/components/common/bottomContents/BottomContainer.tsx +++ b/components/common/bottomContents/BottomContainer.tsx @@ -18,7 +18,7 @@ export default function BottomContainer({ return (
onClose()}> -
+
{children}
diff --git a/components/common/dropdowns/mobileDropdown.tsx b/components/common/dropdowns/mobileDropdown.tsx index 0d9bfd87..fc867cf5 100644 --- a/components/common/dropdowns/mobileDropdown.tsx +++ b/components/common/dropdowns/mobileDropdown.tsx @@ -97,7 +97,7 @@ export default function MobileDropdown({ {showBottom ? ( setShowBottom(false)}> - 정렬 + 정렬
    {dropdownOptions.map((option, index) => (
  • Date: Wed, 19 Nov 2025 22:40:27 +0900 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20=EB=A9=94=EC=9D=B8=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=A7=80=20=EA=B8=B0=EC=88=A0=EB=B8=94=EB=A1=9C=EA=B7=B8=20?= =?UTF-8?q?=EC=A0=9C=EB=AA=A9=20=EC=95=84=EB=9E=98=20=ED=8C=A8=EB=94=A9?= =?UTF-8?q?=EA=B0=92=20=EC=B6=94=EA=B0=80=20(=ED=94=BD=ED=94=BD=ED=94=BD?= =?UTF-8?q?=EA=B3=BC=20=ED=86=B5=EC=9D=BC)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/common/title/ArrowWithTitle.tsx | 2 +- components/features/main/dynamicTechBlogComponent.tsx | 2 +- pages/main/index.page.tsx | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/components/common/title/ArrowWithTitle.tsx b/components/common/title/ArrowWithTitle.tsx index c4311937..2bd1dc2c 100644 --- a/components/common/title/ArrowWithTitle.tsx +++ b/components/common/title/ArrowWithTitle.tsx @@ -41,7 +41,7 @@ const ArrowWithTitle: FC = ({ iconSize = { width: 7, height: 14 }, }) => { return ( -
    +

    {title}

    diff --git a/components/features/main/dynamicTechBlogComponent.tsx b/components/features/main/dynamicTechBlogComponent.tsx index 2b3cc418..2cf95602 100644 --- a/components/features/main/dynamicTechBlogComponent.tsx +++ b/components/features/main/dynamicTechBlogComponent.tsx @@ -38,7 +38,7 @@ export default function DynamicTechBlogComponent({ const { techBlogData, isFetchingNextPage, hasNextPage, status, onIntersect } = data; - const SCROLL_CLASS = isMobile ? '' : 'relative overflow-y-scroll scrollbar-hide max-h-[50rem]'; + const SCROLL_CLASS = isMobile ? '' : 'relative overflow-y-scroll scrollbar-hide max-h-[47rem]'; useObserver({ target: bottomDiv, diff --git a/pages/main/index.page.tsx b/pages/main/index.page.tsx index 0dc662c4..df9c75a5 100644 --- a/pages/main/index.page.tsx +++ b/pages/main/index.page.tsx @@ -55,7 +55,6 @@ export default function Index() { variant='mainTitle' iconText='바로가기' routeURL={PICK_PATH} - className='pb-[2.45rem]' /> ( @@ -98,4 +97,4 @@ export function getStaticProps() { meta: META.MAIN, }, }; -} \ No newline at end of file +}