Open dkalinovInfra opened 1 week ago
This is class that wraps calendar:
.form_fields {
justify-content: flex-start;
align-items: stretch;
align-content: flex-start;
gap: 16px;
overflow: auto;
flex-grow: 1;
flex-basis: 0;
}
@dkalinovInfra This is an application-specific issue. It has to be handled by the offending application. If you want to ensure that all items are visible at all times, you have to either set the min-width/height
of the item to fit-content
, or not set the flex-basis
to 0
.
Description
Calendar is not shown when it is child of from_fields css class.
Steps to reproduce
Result
Calendar is not visible.
Expected result
Calendar to be visible.
Attachments
Attach a sample if available, and screenshots, if applicable.
When overflow property is removed from form_fields calendar is visible: