nohros / nsPopover

Popover dialogs for angularjs applications.
MIT License
126 stars 107 forks source link

Show popover in modal #127

Closed odroz closed 6 years ago

odroz commented 6 years ago

Hi, In order to display the popover in a modal, I modified the popover.js script to add a z-index:

displayer_.id_ = $timeout(function() {
                $popover.isOpen = true;
                $popover.css('display', 'block');
                $popover.css('z-index', 99999);
                [...]
odroz commented 6 years ago

Used custom them instead and works fine