md-date-time-picker icon indicating copy to clipboard operation
md-date-time-picker copied to clipboard

Make the draggable element 'touch' element larger but the actual visual red circle the same size?

Open gkimpson opened this issue 7 years ago • 1 comments

I have got the md-date-time-picker implemented into an Angular 1.x app and it works brilliantly! I would like to be able to make a small modification so that the area in which the user drags the hour/minutes circle around the clock is bigger but the actual red circle that user can see on the screen remains the existing size?

Is there any easy way to do this using the draggabilly library?

gkimpson avatar Jan 15 '18 14:01 gkimpson

You should look into overriding the drag element's style. Try to look into the css in our codebase for a starting point

puranjayjain avatar Jan 16 '18 01:01 puranjayjain