diff --git a/NEWS b/NEWS index 34aa85bed..b24eb8483 100644 --- a/NEWS +++ b/NEWS @@ -19,6 +19,7 @@ Bug fixes - [web] fixed crash when an attachment filename has no extension - [web] fixed selection of transparent all-day events (#3744) - [web] leaving the dropping area while dragging a file was blocking the mail editor + - [web] fixed scrolling of all-day events (#3190) - [eas] handle base64 EAS protocol version - [eas] handle missing IMAP folders from a hierarchy using EAS diff --git a/UI/WebServerResources/scss/views/SchedulerUI.scss b/UI/WebServerResources/scss/views/SchedulerUI.scss index 609578525..f2602dac1 100644 --- a/UI/WebServerResources/scss/views/SchedulerUI.scss +++ b/UI/WebServerResources/scss/views/SchedulerUI.scss @@ -61,6 +61,7 @@ $quarter_height: 10px; flex-shrink: 0; &.daysView, &.monthView { background-color: #fff; + flex-shrink: 1; z-index: $z-index-toolbar - 1; .days { &:not([sg-calendar-scroll-view$="allday"]) { @@ -99,7 +100,6 @@ $quarter_height: 10px; // The all-day events appear in the shrinkable toolbar, bellow the days labels .allDaysView { border-bottom: 1px solid sg-color($sogoPaper, 300); - flex-shrink: 0; max-height: $sg-font-size-4 * 6; min-height: 0; overflow: hidden;