I've been working on an application that uses React Big Calendar. We are using a thin scroll bar and when there is an overflow, the TimeGridHeader isn't well aligned :
React Big Calendar automatically adds a right margin that has the size of the default scrollbar, however our scroll bar is smaller so it creates a too big gap, and the alignment is bad.
Do you have any idea on how I could change this default margin value when the there's an overflow ? Thanks
I've tried setting 'margin: 0 !important' to the class .rbc-overflowing. It did override the right margin, howver I'd prefer doing it in another way.