Skip to content

Commit

Permalink
Fix primefaces#2880: Calendar footer and button bar always on bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed May 12, 2022
1 parent 768628d commit 69490b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/lib/calendar/Calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -3048,10 +3048,10 @@ export const Calendar = React.memo(React.forwardRef((props, ref) => {
transitionOptions={props.transitionOptions}>
{datePicker}
{timePicker}
{buttonBar}
{footer}
{monthPicker}
{yearPicker}
{buttonBar}
{footer}
</CalendarPanel>
</span>
)
Expand Down

0 comments on commit 69490b3

Please sign in to comment.