billublack

Results 2 comments of billublack

A more or less similar issue I am facing here. Popup is overlapping the input field when input is located at the end of the page. ![image](https://user-images.githubusercontent.com/22951914/32603481-b6240c5e-c56b-11e7-9e4a-cabf382df957.png)

Fixed the above problem. In **ng2-datetime-picker.directive.ts** file, change this condition: `if (thisElBcr.bottom + ng2DatetimePickerElBcr.height > window.innerHeight) { this.ng2DatetimePickerEl.style.bottom = (thisElBcr.bottom - window.innerHeight + 15) + 'px'; }` to this: `if...