Merge develop -> main: full session (KC-51 through KC-71) #28
@@ -392,6 +392,9 @@ struct CalendarView: View {
|
|||||||
calDayTaskListView
|
calDayTaskListView
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// Pin to the top so views whose content doesn't fill the height
|
||||||
|
// (week / 3-day timelines) don't float to the bottom of the ZStack.
|
||||||
|
.frame(maxWidth: .infinity, maxHeight: .infinity, alignment: .top)
|
||||||
|
|
||||||
FAB { showAddTask = true }
|
FAB { showAddTask = true }
|
||||||
.padding(.trailing, 20).padding(.bottom, 10)
|
.padding(.trailing, 20).padding(.bottom, 10)
|
||||||
|
|||||||
Reference in New Issue
Block a user