m-e-conroy / angular-dialog-service

A complete AngularJS service with controllers and templates for generating application modals and dialogs for use with Angular-UI-Bootstrap and Twitter Bootstrap
MIT License
618 stars 228 forks source link

Dialog appearing behind bootstrap modal window. #183

Closed micromortu closed 7 years ago

micromortu commented 7 years ago

Hi all, I have a normal bootstrap modal window and would like my notifications to appear infront but unfortunatly, it only appears behind my modal window. How can I let the dialogs appear infront of the modal window. Please provide an example of how to achieve this if posible.

Kind regards.

niemyjski commented 7 years ago

You'd have to play around with the zindex of your notifications css. I'm closing this as it's related more to a generic css question (on stack overflow).