Hi Team! Please add functionality to place a widget into a smaller container with a scroll
It would be really helpful! For now, the support team suggests this CSS as a solution:
.eapp-events-calendar-events-calendar-layout {
max-height: 500px;
overflow: auto;
}
Thanks!