clockpicker
clockpicker copied to clipboard
{FIX} Responsive design after add clockpicker on a modal box
Try to use :
- Css style
.popover {
z-index: 215000000 !important;
}
- JQuery :
let options =
{
donetext : 'Done',
placement: 'top',
align: 'left'
}
$('.clockpicker').clockpicker(options);
Thanks for the fix!
thanks!
Thanks you