Skip to content

Commit

Permalink
[FE][Design] : 페이지 높이 문제가 화면 밖으로 넘어간 문제 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
juwon5272 committed Dec 5, 2024
1 parent d8ad24f commit 5f3b04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/DrawRoute.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export const DrawRoute = () => {
return (
<ToolTypeProvider>
<div className="flex h-full w-full flex-col py-[75px]">
<div style={{ position: 'relative', padding: '1rem' }}>
<div className="relative px-4">
<MapProviderForDraw width={window.innerWidth - 32} height={window.innerHeight - 180} />
</div>
</div>
Expand Down

0 comments on commit 5f3b04b

Please sign in to comment.