From ae513eb2b208d12fcecd3f6d312491517260a95f Mon Sep 17 00:00:00 2001 From: alphaeusmote <41258468-alphaeusmote@users.noreply.replit.com> Date: Fri, 11 Apr 2025 04:35:07 +0000 Subject: [PATCH] Improve UI by adding custom scrollbars and enhancing layout Replit-Commit-Author: Agent Replit-Commit-Session-Id: 705f2157-ef97-4fbd-89e4-8c7f2ecaea90 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7ed01c5f-a82d-405a-b728-b2e3d127c60c/d6cd39b2-e937-4d4b-9540-dc0b73a6a1f5.jpg --- client/src/components/ui/dialog.tsx | 2 +- client/src/layouts/dashboard-layout.tsx | 8 +++++--- client/src/pages/ldap-query-builder-page.tsx | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/client/src/components/ui/dialog.tsx b/client/src/components/ui/dialog.tsx index 1bbc125..db9e67a 100644 --- a/client/src/components/ui/dialog.tsx +++ b/client/src/components/ui/dialog.tsx @@ -41,7 +41,7 @@ const DialogContent = React.forwardRef< )} {...props} > -
+
{children}
diff --git a/client/src/layouts/dashboard-layout.tsx b/client/src/layouts/dashboard-layout.tsx index 8cec4d1..e616903 100644 --- a/client/src/layouts/dashboard-layout.tsx +++ b/client/src/layouts/dashboard-layout.tsx @@ -137,7 +137,7 @@ export function DashboardLayout({ children, title, description }: DashboardLayou
-
+
- + My Account @@ -250,7 +250,9 @@ export function DashboardLayout({ children, title, description }: DashboardLayou {description &&

{description}

}
- {children} +
+ {children} +
diff --git a/client/src/pages/ldap-query-builder-page.tsx b/client/src/pages/ldap-query-builder-page.tsx index a8dc010..1d77633 100644 --- a/client/src/pages/ldap-query-builder-page.tsx +++ b/client/src/pages/ldap-query-builder-page.tsx @@ -869,7 +869,7 @@ const LdapQueryBuilderPage = () => { }; return ( - +
{/* Sidebar */}