fix(calendar_view): double scrollbar

This commit is contained in:
Elian Doran 2025-02-15 14:07:39 +02:00
parent 22c8cf3bee
commit 660a393ca6
No known key found for this signature in database

View File

@ -20,6 +20,10 @@ const TPL = `
.calendar-view a { .calendar-view a {
color: unset; color: unset;
} }
.calendar-container {
height: 100%;
}
</style> </style>
<div class="calendar-container"> <div class="calendar-container">