fix(calendar_view): double scrollbar

pull/1183/head
Elian Doran 2025-02-15 14:07:39 +07:00
parent 22c8cf3bee
commit 660a393ca6
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

@ -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">