Skip to content

Commit

Permalink
Merge pull request #362 from depromeet/bugfix/330/fixedLayoutBug
Browse files Browse the repository at this point in the history
스페이스 상세 화면에서 바닥 여백이 보이는 현상 수정
  • Loading branch information
klmhyeonwoo authored Sep 10, 2024
2 parents b2e0f44 + 27724e3 commit 1cbffa9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/web/src/layout/DualToneLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ export function DualToneLayout({
background-color: ${DESIGN_SYSTEM_COLOR.themeBackground[bottomTheme]};
overflow-y: auto;
overflow-x: hidden;
padding-bottom: 2rem;
`}
>
{children}
Expand Down

0 comments on commit 1cbffa9

Please sign in to comment.