For anyone who runs into this issue, modify the sidebar.tsx file: -Replace the inset class with top-16 (adjust accordingly) -Removed the h-svh class
This is the end result:
className={cn( "duration-200 fixed bottom-0 top-16 z-10 hidden w-[--sidebar-width] transition-[left,right,width] ease-linear md:flex", side === "left"