Skip to content

Commit

Permalink
design: 팀&스터디 페이지 배경 전체 길이로 적용. (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
llddang authored Mar 21, 2024
1 parent b57c734 commit 08c4fc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ const RootLayout = ({ children }: { children: React.ReactNode }) => {
<Sidebar />
<Box flex="1">
<Box pos="relative" w="100%" h="100%">
<Box pos="absolute" w="inherit">
<Box pos="relative" w="100%">
<Box pos="absolute" w="inherit" h="100%">
<Box pos="relative" w="100%" h="100%">
{children}
</Box>
</Box>
Expand Down

0 comments on commit 08c4fc8

Please sign in to comment.