Skip to content

Commit

Permalink
fix: #330 Fixed an issue where there was a blank space on the floor
Browse files Browse the repository at this point in the history
  • Loading branch information
klmhyeonwoo committed Sep 10, 2024
1 parent bce5695 commit 27724e3
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 27724e3

Please sign in to comment.