Skip to content

Commit

Permalink
HOTFIX
Browse files Browse the repository at this point in the history
  • Loading branch information
yeyounging committed Nov 29, 2024
1 parent e163259 commit bafd7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/HeaderWithBack.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function HeaderWithBack({
</header>
<main
className={cn(
'h-[calc(100%-52px)] relative overflow-auto',
'h-[calc(100%-82px)] relative overflow-auto',
mainClassName,
)}
>
Expand Down

0 comments on commit bafd7d0

Please sign in to comment.