owsolutions / amazing-time-picker

Timepicker (Clock Picker) for Angular 2, Angular 4 and Angular 5, Angular 6, Angular 7 - Compatible with Angular Material
138 stars 76 forks source link

issue in Amazing Time Picker in Angular 7, with the bootstrap Modal #129

Closed adithyasbhat closed 4 years ago

adithyasbhat commented 5 years ago

When i use this Amazing Time picker in a web page it works fine, but when i use amazing time picker inside the bootstrap modal in angular 7 it displays behind the modal and i tried every possible way to bring it to the front by using Z-Index but it didn't helped me that.

can anyone know how to solve this? it would be more Helpful !!!

thanks, Adithya bhat.s.adithy@gmail.com

i1 i2

askynet commented 5 years ago

use css time-picker{ position:absolute; z-index : 99999999; } Screenshot 2019-07-10 at 10 23 00 PM

adithyasbhat commented 4 years ago

thanks.