rschenkel opened this issue 8 years ago · 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.
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; }