Page 1 of 1

Right panel - horizontal scroll

Posted: 21 Mar 2023, 16:25
by MarkusZoezi
Hi,

In the right panel, where the Today calendar is shown, the panel is too small so the calendar requires a horizontal scrollbar. Just a few pixels, but it looks ugly.

Trying to show in a screenshot:
Image

Is there a way to get rid of the horizontal scrollbar and automatically have it the correct size?

Best regards,
Markus Johansson

Re: Right panel - horizontal scroll

Posted: 22 Mar 2023, 08:05
by tugce.kucukoglu
Hi,

You could increase the Calendar size using component properties. For example:

Code: Select all

<Calendar v-model="date" inline showWeek panelClass="w-30rem" />

Re: Right panel - horizontal scroll

Posted: 22 Mar 2023, 10:16
by MarkusZoezi
If I increase the Calendar widh, the risk of getting a scrollbar would increase I think. Suggested solution didn't work for me. I still get a scrollbar. It seems I need to increase the width of the AppRightMenu - or have it set it size depending on its children.

Re: Right panel - horizontal scroll

Posted: 24 Mar 2023, 08:54
by tugce.kucukoglu
According to your use-case, you could prefer to increase the right menu size.