danheron / Heron.MudCalendar

Calendar component for MudBlazor
MIT License
151 stars 30 forks source link

Month view formatting with multiple appointments per day #97

Closed APusch-Tenno closed 4 months ago

APusch-Tenno commented 6 months ago

Hello again,

while testing I just noticed another formatting issue and also differences between browsers (possibly related to the formatting issue with Firefox).

When having multiple appointments in one day, in Firefox it causes the day field to stretch, which also stretches the whole line:

grafik

The more appointments are added, the more it is making the lowest line to shift out of frame, so the fields are not visible/accessable.

On the other hand in Chrome it shows a scrollbar (which is fine), but I also have empty scrollbars on all the other fields:

grafik

I don't know, if this is a side effect of the height adjustment you suggested me to do earlier, but I suppose it shouldn't have a different effect per browser.

danheron commented 6 months ago

Yes, I think this is another firefox issue.

APusch-Tenno commented 6 months ago

So the empty scrollbars in other browsers are the correct behavior?

danheron commented 6 months ago

No, empty scrollbars are not correct. I will take a look at that.

danheron commented 4 months ago

This is fixed by #114