Skip to content

Commit

Permalink
Merge pull request #1611 from rockingrohit9639/fix/qr-scanner-scrolling
Browse files Browse the repository at this point in the history
fix(browser-scroll): change vh to dvh
  • Loading branch information
DonKoko authored Jan 29, 2025
2 parents 6461db2 + 667558d commit c6e3c0f
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 c6e3c0f

Please sign in to comment.