79146480

Date: 2024-10-31 22:20:15
Score: 2
Natty:
Report link

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"

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Tim Riley