1 Commits
  • fix(theme-page): resolve sidebar overlapping footer issue
    - Fixed the issue where the sidebar was overlapping the footer by
    changing `lg:fixed` to `lg:sticky` and adjusting padding/margin.
    - Removed unused imports (`LoaderIcon`, `LoaderPinwheelIcon`,
    `MoveLeftIcon`) from `lucide-react`.
    - Moved "Go back" button to the top of the sidebar for better UX.