Roo/bootstrap/Popover.js
authorAlan Knowles <alan@roojs.com>
Thu, 28 Jan 2021 05:41:14 +0000 (13:41 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 28 Jan 2021 05:41:14 +0000 (13:41 +0800)
Roo/bootstrap/Popover.js

index 2f11781..02fe466 100644 (file)
@@ -325,6 +325,7 @@ Roo.extend(Roo.bootstrap.Popover, Roo.bootstrap.Component,  {
         
         this.hoverState = 'in';
         
+        this.el.setStyle('z-index', Roo.bootstrap.Modal.zIndex++);
         if (this.modal) {
             this.maskEl.setSize(Roo.lib.Dom.getViewWidth(true),   Roo.lib.Dom.getViewHeight(true));
             this.maskEl.setStyle('z-index', Roo.bootstrap.Popover.zIndex++);