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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dialog appearing behind bootstrap modal window.

micromortu opened this issue · comments

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.

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).