From a18f73d1f17ec3b1719eabc4db868eabd1349f49 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 03:15:58 +0000 Subject: [PATCH] Fix: Keep sidebar visible on scroll Make the sidebar stick to the top of the screen when scrolling. --- src/components/layout/NewModernLayout.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/layout/NewModernLayout.tsx b/src/components/layout/NewModernLayout.tsx index 1f77f83..bf61c99 100644 --- a/src/components/layout/NewModernLayout.tsx +++ b/src/components/layout/NewModernLayout.tsx @@ -1,4 +1,3 @@ - import React from 'react'; import { Link, useLocation } from 'react-router-dom'; import { @@ -208,7 +207,7 @@ export default function NewModernLayout({ children }: NewModernLayoutProps) { -
+