rwilson504 / PCFControls

Reusable PowerApps Control Framework (PCF) controls.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resource Scrolling in Week Views

ArtKarp opened this issue · comments

commented

The all day events scroll into the time column, which I don't think is by design.

image

commented

Another image with multiple all day events.

image

This is happening because i made the time bar transparent.

There is not really a way to fix this unless we put a background color on the timebar. Any other fix would require a large re-write of the react-big-calendar control which would be too much of a change.
I'm starting to think it may be a good idea to add a parameter to just set an overall background color for the calendar which would also set the time bar to that color.