Can I create hover-over popups for the full-width calendar (my-calendar OR catalog-calendar) with CSS?

  • 3 March 2023
  • 1 reply
  • 17 views

Userlevel 7
Badge +4

Hello,

 

Could I use CSS to create hoverovers for the calendar, so users wouldn’t have to click an event to see details?

 

I assume not but figured I’d try. See below.

 


1 reply

Userlevel 7
Badge +2

Couple thoughts without looking, but just generally with CSS and how Docebo tends to operate:

  1. If you did something like modify the class that keeps the popups hidden right now, it would apply to them all, so all would be shown which I don’t think you’d like.
  2. There’s also a high likelihood that the structure of those popups gets generated on the selection event, so they don’t even exist in the DOM until after the interaction happens, which requires scripting to get around, which is not a a great supported thing within Docebo, I know there’s a few folks who have unsanctioned methods of doing it.

Hit so many barriers on the built in calendar thing that basically consider it unusable in current form to me right now and we built a custom one powered by reports for now.

Reply