Skip to content
Discussion options

You must be logged in to vote

This is already possible by using the popups setting forcePosition

You can specify this for the calendar by providing popupOptions, so

$('.ui.calendar').calendar({
  popupOptions: {
    position: 'top left',
    forcePosition: true
  }
});

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by lubber-de
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1556 on October 06, 2020 19:33.