dbtek/angular-aside

Modal on top of Aside

rschenkel opened this issue · 2 comments

Is there a way to have a modal on top of the Aside. When I try and click a modal it opens below the aside.

dbtek commented

Please check z-index values.

Hi @dbtek ... I'm sorry but I was wondering if you could help me a little more with this. I tried adding the following the the $uibModal.open:

backdropClass: 'modal-on-modal',

And added the following to my css file:

.modal-backdrop.modal-on-modal { z-index: 20000; }