mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-19 21:53:19 +00:00
@@ -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
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user