(css) Fix scrolling of all-day events

Fixes #3190
pull/217/head
Francis Lachapelle 2016-07-11 10:19:31 -04:00
parent d10a386fb0
commit 9d2647d857
2 changed files with 2 additions and 1 deletions

1
NEWS
View File

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

View File

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