Hi, I'm wondering how I might apply a set of styling rules on the bubble popovers whenever you hover over a cell / event block on [ASP Webform-based] DayPilotMonth control.
I wish to resize the dynamic bubble that gets generated OnBeforeEventRender handler (i.e., e.Bubble) as some of the hover over text are pretty long thus it takes up a great amount of the screen width.
I tried setting some of the CSS properties as follows - but the styling does not get applied at all
`.month_default_event_hover {
// some styles
width: //;
}`