Calendar toolbar overlapping

Hi, I am using calendar page for events but when set toolbar to true, the toolbar is everlapping over 2 firsts rows of the calendar. With out toolbar user can’t navigate or know current month when this change.
Some css is affected?

regards

I was just searching to see if this was happening for anyone else, as I’m having the same issue. The cal seems to be fine on the page push animation in, but as I have mine in a view on a sheet, I believe it’s caused by inheriting the sheet’s toolbar animate in and down effect.

here => recursing-gates-ojz0ri - CodeSandbox

1 Like

#create-inline-calendar .calendar .toolbar.toolbar-top.no-shadow {
top: 0 !important;
}

Was all I needed. Thanks!