From c7f4e53246e5d7d5d8bca7301034d1f63419a9b5 Mon Sep 17 00:00:00 2001 From: Naser Mansour Date: Thu, 8 Jan 2026 19:44:01 +0200 Subject: [PATCH] fixed the error in client dashboard --- resources/css/app.css | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/resources/css/app.css b/resources/css/app.css index a714fd7..d1c0fc7 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -733,21 +733,6 @@ img, video, iframe { @apply transition-opacity duration-200; } -/* Sticky sidebar for desktop */ -@media (min-width: 1024px) { - body:has(> [data-flux-sidebar]) { - display: flex; - align-items: flex-start; - } - - [data-flux-sidebar] { - position: sticky !important; - top: 0 !important; - height: 100vh !important; - flex-shrink: 0; - } -} - /* Calendar responsive - smaller cells on mobile */ .calendar-grid { @apply grid grid-cols-7 gap-1;