🚑 Fix last entry partially covered by bottom nav

This commit is contained in:
2022-10-03 15:21:14 +02:00
parent 2e4039cd70
commit f6e4bd2ec1

View File

@ -123,7 +123,7 @@ function getDateSkippingWeekend(date) {
}
.content {
height: calc(100% - 100px);
height: calc(100% - 150px);
overflow-y: auto;
padding-bottom: 100px;
}