mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
chore: calendar layout quick add menu placement improvement (#4213)
This commit is contained in:
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"
|
||||
|
Loading…
Reference in New Issue
Block a user