Skip to content

Commit

Permalink
Fixed overflow-hidden issue on Calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Nov 20, 2023
1 parent 8d96f39 commit 4613f1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/lib/calendar/Calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -2513,7 +2513,8 @@ export const Calendar = React.memo(
}
}
} else {
alignOverlay();
// @todo
//alignOverlay();
}

if (props.value) {
Expand Down

0 comments on commit 4613f1f

Please sign in to comment.