Skip to content
Discussion options

You must be logged in to vote

Basically a calendar works in a right sidebar
https://jsfiddle.net/vwqmytpn/

But, what the issuer probably claims about is the fact that the sidebar has a overflow-y set which cuts the calendar, because it's larger than the default sidebar width (we have similiar problems when using calendar or popups in scrollable dropdowns or modals)

There are 2 solutions here

1) use a wide sidebar

https://jsfiddle.net/vwqmytpn/1/

2) override the settings for overflow and z-index and set the popup position accordingly

https://jsfiddle.net/vwqmytpn/2/

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by lubber-de
Comment options

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

This discussion was converted from issue #1047 on October 06, 2020 22:33.