How can I place Event box at the bottom of the box instead of Top Left?
Demo: http://codepen.io/areddyprasad/pen/mVejxw
Reference Image:
The easiest way it's to add
top: auto !important;
to your .k-scheduler-header .k-event
class.
Your example: http://codepen.io/anon/pen/gPaVZq