I am using a jquery timepicker in a small web page (not resizable)
My timepicker is at the bottom and I need the control popup to be displayed upwards (if possible) and with a small height (for the popup, not for the input control)
I found nothing about upwards (my preference)
About popup height, if I set:
.ui-timepicker {
height: 50px;
}
my popup element has small height but not its content
Any help about upwards or content height?
Thanks, Diego