Calendar not working with right sidebar #1047
-
Bug ReportSteps to reproduce1.Calendar not working with right sidebar Expected resultShow calendar in input field Actual resultCalendar not show TestcaseScreenshot (when possible)Versionx.x.x |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
I think this is not enough to reproduce and understand this issue . |
Beta Was this translation helpful? Give feedback.
-
Basically a calendar works in a right sidebar But, what the issuer probably claims about is the fact that the sidebar has a There are 2 solutions here 1) use a
|
Beta Was this translation helpful? Give feedback.
-
Closing because assumed question was answered. Happy to reopen, if your issue was different and you provide a reproducable jsfiddle. |
Beta Was this translation helpful? Give feedback.
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
andz-index
and set the popup position accordinglyhttps://jsfiddle.net/vwqmytpn/2/