bring Popup Panel to front

1321
3
11-28-2016 06:15 AM
NatashaManzuiga
Occasional Contributor

Hi, I'm using PopUp Panel in my web application.
I see that if there is another widget opened...when I click on the map the PopUp Panel remains back.

I would like to bring it to front.

Thanks,

Naty

Tags (1)
0 Kudos
3 Replies
RobertScheitlin__GISP
MVP Emeritus

Naty,

   What theme are you using? And do you have the popup panel as an onscreen widget or in a controller widget?

0 Kudos
NatashaManzuiga
Occasional Contributor

Robert, I'm using FoldableTheme and controller widget..

Thanks,

Naty

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Naty,

   This is actually by design as you would not want an on screen widget to get hidden behind the header controllers widgets. But if you really want to change that then add this rule to the common.css file for the foldable theme in your app:

.jimu-panel.jimu-foldable-dijit.jimu-foldable-panel{
  z-index: 102 !important;
}

Or better yet switch to the jewelry box theme and put the popup panel widget in the themes jewelry box drawer.