Gestita pagina notifiche

This commit is contained in:
2025-09-11 16:06:19 +02:00
parent 7319378e75
commit 7bfe67a97c
30 changed files with 611 additions and 105 deletions

View File

@@ -24,6 +24,7 @@
padding-bottom: 1rem;
overflow-x: hidden;
overflow-y: visible;
min-height: 7rem;
}
.week-slider.expanded {
@@ -31,7 +32,7 @@
grid-template-columns: repeat(7, 1fr);
gap: 0.4rem;
padding: 1rem;
overflow-y: auto;
overflow-y: hidden;
}
.week-slider.expand-animation { animation: expandFromCenter 0.3s ease forwards; }
@@ -122,8 +123,7 @@
flex-direction: column;
-ms-overflow-style: none;
scrollbar-width: none;
padding-bottom: 16vh;
height: calc(100% - 130px);
padding-bottom: 9vh;
}
.appointments.ah-calendar-m { height: calc(100% - 315px) !important; }