bookingactivities / booking-activities

Wordpress plugin booking system
GNU General Public License v3.0
29 stars 10 forks source link

Sticky header problem #168

Closed rayedgar closed 1 year ago

rayedgar commented 1 year ago

I seem to have a sticky header in which the Z-index is not set right. See movie. I noticed your css , fc-list-sticky is doing this. How can i unstick this?

https://user-images.githubusercontent.com/6242489/196962340-f38ab661-b12c-4abc-8df7-a0100b6f5457.mov

yoancutillas commented 1 year ago

Hello Ray, Indeed, that's a new feature of FullCalendar v5, that's the default behavior. You can unstick it with CSS in Appearence > Customize > Additional CSS: .fc .fc-list-sticky .fc-list-day>* { position: relative !important; }

rayedgar commented 1 year ago

That worked. Many thanks for your fast solution!