fixed the error in client dashboard
This commit is contained in:
parent
572dfd1f7f
commit
c7f4e53246
|
|
@ -733,21 +733,6 @@ img, video, iframe {
|
||||||
@apply transition-opacity duration-200;
|
@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 responsive - smaller cells on mobile */
|
||||||
.calendar-grid {
|
.calendar-grid {
|
||||||
@apply grid grid-cols-7 gap-1;
|
@apply grid grid-cols-7 gap-1;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue