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;