fixed the error in client dashboard

This commit is contained in:
Naser Mansour 2026-01-08 19:44:01 +02:00
parent 572dfd1f7f
commit c7f4e53246
1 changed files with 0 additions and 15 deletions

View File

@ -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;