Skip to content

Commit

Permalink
Fix: 사용하지 않는 스크롤 바 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
ppochaco committed Feb 25, 2025
1 parent 885a98b commit cd4739b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/recruit/components/process/Process.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const RecruitProcess = () => {
모집 일정
</div>
<div className="flex w-screen justify-center px-5 sm:px-10">
<div className="flex w-fit gap-4 overflow-scroll pb-6">
<div className="flex w-fit gap-4 overflow-y-hidden overflow-x-scroll pb-6">
{RECRUIT_PROCESS.map(({ title, detail }, index) => (
<div
data-aos="fade-up"
Expand Down

0 comments on commit cd4739b

Please sign in to comment.