haikal/staticfiles/css/appointments.css
2025-02-18 08:29:08 +00:00

17 lines
342 B
CSS

.fc-scroller {
overflow: hidden !important;
}
@media (max-width: 450px) {
.fc-daygrid-day-events {
display: none !important;
margin: 0 !important;
padding: 0 !important;
font-size: 0 !important;
height: 0 !important;
}
.fc, .fc-button {
padding: .3em .45em !important;
}
}