Gestita pagina notifiche
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user