mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
chore: calendar layout quick add menu placement improvement (#4213)
This commit is contained in:
committed by
GitHub
parent
0705d2559b
commit
1549f3a808
@@ -96,7 +96,7 @@ export const CalendarDayTile: React.FC<Props> = observer((props) => {
|
||||
<Droppable droppableId={formattedDatePayload} isDropDisabled={readOnly}>
|
||||
{(provided, snapshot) => (
|
||||
<div
|
||||
className={`h-full w-full select-none overflow-y-auto ${
|
||||
className={`h-full w-full select-none ${
|
||||
snapshot.isDraggingOver || date.date.getDay() === 0 || date.date.getDay() === 6
|
||||
? "bg-custom-background-90"
|
||||
: "bg-custom-background-100"
|
||||
|
||||
Reference in New Issue
Block a user