-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
Version
TOAST UI Calendar 2nd Edition
@Version 2.1.3 | Tue Aug 16 2022
Test Environment
MS Edge Version 129.0.2792.65
Google Chrome Version 130.0.6723.92
Windows 10 Enterprise 22H2
Current Behavior
When expanding the Allday Panel on top of the calendar, not all entries are shown in the expanded panel, when there are more than ~20 entries. To see all entries, you have to drag the bottom edge manually down. The height of the panel seems not to be calculated correctly. The scroll bar of this panel is disabled. See screens.
btw: The height is an element style, so it seems to be calculated?
<div class="toastui-calendar-panel toastui-calendar-allday" style="width: 100%; height: 660px;">
Expected Behavior
After expanding the allday panel, the height of the panel is calculated correctly. It should be able to scroll the allday panel.