Skip to content

Commit

Permalink
Merge pull request #56 from DDD-Community/feat/#32
Browse files Browse the repository at this point in the history
[feat/#32] 불필요한 스크롤이 안생기도록 레이아웃 변경
  • Loading branch information
G-hoon committed Sep 10, 2024
2 parents 398b279 + c4f1a1e commit 355aff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/BaseLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import SideNav from "@/components/SideNav"

const BaseLayout: React.FC = () => {
return (
<div className="flex min-h-screen w-screen bg-gray-100">
<div className="flex h-screen w-screen bg-gray-100">
<div className="flex w-full">
<SideNav />

Expand Down

0 comments on commit 355aff3

Please sign in to comment.