Skip to content

Commit

Permalink
fix(browser-scroll): change vh to dvh
Browse files Browse the repository at this point in the history
  • Loading branch information
rockingrohit9639 committed Jan 29, 2025
1 parent 6461db2 commit 667558d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/layout/sidebar/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ const SidebarInset = forwardRef<HTMLDivElement, React.ComponentProps<"main">>(
<main
ref={ref}
className={tw(
"h-screen w-full overflow-auto bg-gray-25 px-4 pb-10",
"h-dvh w-full overflow-auto bg-gray-25 px-4 pb-10",
className
)}
{...props}
Expand Down

0 comments on commit 667558d

Please sign in to comment.