Browser: Chrome 80.0.3987.163 Steps to reproduce: 1. Open timepicker modal https://agranom.github.io/ngx-material-timepicker/ 2. Via dev tools, add css to see the centers of clockface hours digits: ``` .clock-face__number span:after { content: ' '; position: absolute; left: 15px; top: 15px; border: 1px solid red; } ``` 3. Click in exact center of span containing "9" digit