Closed odroz closed 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); [...]
Used custom them instead and works fine
Hi, In order to display the popover in a modal, I modified the popover.js script to add a z-index: