Our powerful JS Calendar component


Post by freePlusxx01 »

I managed to change width, but not the height, could you show me some example if you did it?


Post by alex.l »

Hi freePlusxx01,

I checked the CSS that Maxim provided before and it does work with your example.
The easiest way I've found is to add the next CSS:

.b-calendar {
    height: 600px;
}

And a height will be applied. Also it might be helpful to check our examples: https://bryntum.com/examples/calendar/

All best,
Alex

All the best,
Alex


Post Reply