diff options
| author | bobzel <zzzman@gmail.com> | 2025-05-15 13:34:56 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2025-05-15 13:34:56 -0400 |
| commit | 3f144d7bad65af2424d27e2e3a58eecd0d0e114b (patch) | |
| tree | d1b6497ba17573afa569d76d093ebc441d6955ea /src/client/views/nodes/calendarBox/CalendarBox.scss | |
| parent | fb10b16134f1d556247daadf61409b0830eb2f49 (diff) | |
cleaned up calendarBox to have a more reactive UI and to fix some bugs with selecting and autoscroling.
Diffstat (limited to 'src/client/views/nodes/calendarBox/CalendarBox.scss')
| -rw-r--r-- | src/client/views/nodes/calendarBox/CalendarBox.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/nodes/calendarBox/CalendarBox.scss b/src/client/views/nodes/calendarBox/CalendarBox.scss index f8ac4b2d1..e3e0bae4b 100644 --- a/src/client/views/nodes/calendarBox/CalendarBox.scss +++ b/src/client/views/nodes/calendarBox/CalendarBox.scss @@ -3,7 +3,8 @@ width: 100%; height: 100%; transform-origin: top left; - .calendarBox-wrapper { + overflow: auto; + > div { width: 100%; height: 100%; .fc-timegrid-body { |
