<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: bring Popup Panel to front in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/bring-popup-panel-to-front/m-p/836502#M8807</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Robert, I'm using FoldableTheme and controller widget..&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Naty&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Nov 2016 17:34:37 GMT</pubDate>
    <dc:creator>NatashaManzuiga</dc:creator>
    <dc:date>2016-11-28T17:34:37Z</dc:date>
    <item>
      <title>bring Popup Panel to front</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/bring-popup-panel-to-front/m-p/836500#M8805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I'm using PopUp Panel in my web application.&lt;BR /&gt;I see that if there is another widget opened...when I click on the map the PopUp Panel remains back.&lt;/P&gt;&lt;P&gt;I would like to bring it to front.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2016 14:15:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/bring-popup-panel-to-front/m-p/836500#M8805</guid>
      <dc:creator>NatashaManzuiga</dc:creator>
      <dc:date>2016-11-28T14:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: bring Popup Panel to front</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/bring-popup-panel-to-front/m-p/836501#M8806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Naty,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;What theme are you using? And do you have the popup panel as an onscreen widget or in a controller widget?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2016 14:42:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/bring-popup-panel-to-front/m-p/836501#M8806</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-11-28T14:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: bring Popup Panel to front</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/bring-popup-panel-to-front/m-p/836502#M8807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Robert, I'm using FoldableTheme and controller widget..&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Naty&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2016 17:34:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/bring-popup-panel-to-front/m-p/836502#M8807</guid>
      <dc:creator>NatashaManzuiga</dc:creator>
      <dc:date>2016-11-28T17:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: bring Popup Panel to front</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/bring-popup-panel-to-front/m-p/836503#M8808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Naty,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;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:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="selector token"&gt;.jimu-panel.jimu-foldable-dijit.jimu-foldable-panel&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp; &lt;SPAN class="property token"&gt;z-index&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; 102 &lt;SPAN class="important token"&gt;!important&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Or better yet switch to the jewelry box theme and put the popup panel widget in the themes &lt;SPAN&gt; jewelry box&amp;nbsp;&lt;/SPAN&gt;drawer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 10:09:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/bring-popup-panel-to-front/m-p/836503#M8808</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-12T10:09:24Z</dc:date>
    </item>
  </channel>
</rss>

