clockpicker icon indicating copy to clipboard operation
clockpicker copied to clipboard

{FIX} Responsive design after add clockpicker on a modal box

Open gtzinos opened this issue 9 years ago • 3 comments

Try to use :

  1. Css style
.popover {
  z-index: 215000000 !important;
}
  1. JQuery :
 let options = 
 {
     donetext : 'Done',
     placement: 'top',
     align: 'left'
 }
 $('.clockpicker').clockpicker(options);

gtzinos avatar Apr 29 '16 07:04 gtzinos

Thanks for the fix!

Xplouder avatar Aug 07 '16 01:08 Xplouder

thanks!

ashah976 avatar Mar 04 '18 22:03 ashah976

Thanks you

tds29 avatar Mar 26 '18 09:03 tds29