From 7ebec734dab5d91de26edd2f4964b6063ab79976 Mon Sep 17 00:00:00 2001 From: DaniloSts Date: Mon, 22 Sep 2025 08:37:44 -0300 Subject: [PATCH] sidebar fixada --- components/doctor-layout.tsx | 8 ++++---- components/patient-layout.tsx | 10 ++++------ components/secretary-layout.tsx | 10 ++++------ 3 files changed, 12 insertions(+), 16 deletions(-) diff --git a/components/doctor-layout.tsx b/components/doctor-layout.tsx index 62906cf..5b635a4 100644 --- a/components/doctor-layout.tsx +++ b/components/doctor-layout.tsx @@ -92,7 +92,7 @@ export default function DoctorLayout({ children }: PatientLayoutProps) { return (
{/* Sidebar */} -
+
{!sidebarCollapsed && ( @@ -109,7 +109,7 @@ export default function DoctorLayout({ children }: PatientLayoutProps) {
-