<?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 Trouble with ArcGIS Feature Table Displaying Over Calcite Popover (Z-index) in Calcite Design System Questions</title>
    <link>https://community.esri.com/t5/calcite-design-system-questions/trouble-with-arcgis-feature-table-displaying-over/m-p/1689509#M901</link>
    <description>&lt;P&gt;I already posted this in&amp;nbsp;Javascript Maps SDK questions, but thought I'd post it here too as well since I wasn't sure which board was more relevant.&lt;/P&gt;&lt;P&gt;I am using the 4.33 maps SDK and calcite 3.2.1 and I would like to have the calcite popover windows in my application always display above any other elements. Right now I have an arcgis feature table that displays above the calcite popovers. I have tried adjusting the z-index in my css for these elements, but no values seem to the achieve the desired effect.&lt;/P&gt;&lt;P&gt;Here is a codepen that shows the issue: &lt;A href="https://codepen.io/windowslover/pen/ByLLmrP" target="_blank" rel="noopener"&gt;https://codepen.io/windowslover/pen/ByLLmrP&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If I set the z-index to -1 in my #tableDiv css rule the feature table no longer appears above the popovers but then it displays behind the arcgis-coordinate-conversion widget and bottom application attribution, which is not desired.&lt;/P&gt;&lt;P&gt;Is there a css variable or some other setting that I can use to get the desired effect where the arcgis-feature-table is right below calcite popovers in z-index arrangement?&lt;/P&gt;&lt;P&gt;Edit: I forgot to mention you can drag/resize/expand the feature table with the button and edge of the feature table.&lt;/P&gt;</description>
    <pubDate>Mon, 09 Mar 2026 20:45:57 GMT</pubDate>
    <dc:creator>JasonBartling1</dc:creator>
    <dc:date>2026-03-09T20:45:57Z</dc:date>
    <item>
      <title>Trouble with ArcGIS Feature Table Displaying Over Calcite Popover (Z-index)</title>
      <link>https://community.esri.com/t5/calcite-design-system-questions/trouble-with-arcgis-feature-table-displaying-over/m-p/1689509#M901</link>
      <description>&lt;P&gt;I already posted this in&amp;nbsp;Javascript Maps SDK questions, but thought I'd post it here too as well since I wasn't sure which board was more relevant.&lt;/P&gt;&lt;P&gt;I am using the 4.33 maps SDK and calcite 3.2.1 and I would like to have the calcite popover windows in my application always display above any other elements. Right now I have an arcgis feature table that displays above the calcite popovers. I have tried adjusting the z-index in my css for these elements, but no values seem to the achieve the desired effect.&lt;/P&gt;&lt;P&gt;Here is a codepen that shows the issue: &lt;A href="https://codepen.io/windowslover/pen/ByLLmrP" target="_blank" rel="noopener"&gt;https://codepen.io/windowslover/pen/ByLLmrP&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If I set the z-index to -1 in my #tableDiv css rule the feature table no longer appears above the popovers but then it displays behind the arcgis-coordinate-conversion widget and bottom application attribution, which is not desired.&lt;/P&gt;&lt;P&gt;Is there a css variable or some other setting that I can use to get the desired effect where the arcgis-feature-table is right below calcite popovers in z-index arrangement?&lt;/P&gt;&lt;P&gt;Edit: I forgot to mention you can drag/resize/expand the feature table with the button and edge of the feature table.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2026 20:45:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/calcite-design-system-questions/trouble-with-arcgis-feature-table-displaying-over/m-p/1689509#M901</guid>
      <dc:creator>JasonBartling1</dc:creator>
      <dc:date>2026-03-09T20:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with ArcGIS Feature Table Displaying Over Calcite Popover (Z-index)</title>
      <link>https://community.esri.com/t5/calcite-design-system-questions/trouble-with-arcgis-feature-table-displaying-over/m-p/1689688#M902</link>
      <description>&lt;P&gt;Hey Jason,&amp;nbsp;&lt;SPAN&gt;It looks like you were able to find a solution, as the provided CodePen appears to be working as intended. I’m not seeing the table appear on top of the popover windows.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If that’s not the case, could you provide a screenshot and steps to reproduce the behavior you’re seeing?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2026 15:51:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/calcite-design-system-questions/trouble-with-arcgis-feature-table-displaying-over/m-p/1689688#M902</guid>
      <dc:creator>DitwanDPrice</dc:creator>
      <dc:date>2026-03-10T15:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with ArcGIS Feature Table Displaying Over Calcite Popover (Z-index)</title>
      <link>https://community.esri.com/t5/calcite-design-system-questions/trouble-with-arcgis-feature-table-displaying-over/m-p/1689707#M903</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/327152"&gt;@MatthewDriscoll&lt;/a&gt;&amp;nbsp;Provided some great suggestions in my other post&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/trouble-with-arcgis-feature-table-displaying-over/m-p/1689538" target="_blank"&gt;https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/trouble-with-arcgis-feature-table-displaying-over/m-p/1689538&lt;/A&gt;&amp;nbsp;.&amp;nbsp; I'm still working through a solution and his other suggestion that has the feature table above the widgets but where the popovers are on top of everything.&amp;nbsp; I may not get back to this until tomorrow morning, since I am watching the ESRI Developer Summit virtually right now.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2026 16:20:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/calcite-design-system-questions/trouble-with-arcgis-feature-table-displaying-over/m-p/1689707#M903</guid>
      <dc:creator>JasonBartling1</dc:creator>
      <dc:date>2026-03-10T16:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with ArcGIS Feature Table Displaying Over Calcite Popover (Z-index)</title>
      <link>https://community.esri.com/t5/calcite-design-system-questions/trouble-with-arcgis-feature-table-displaying-over/m-p/1689963#M904</link>
      <description>&lt;P&gt;My issue was solved with the great solution by&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/327152"&gt;@MatthewDriscoll&lt;/a&gt;&amp;nbsp;.&amp;nbsp; It can be found here&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/trouble-with-arcgis-feature-table-displaying-over/m-p/1689658/highlight/true#M88278" target="_blank"&gt;https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/trouble-with-arcgis-feature-table-displaying-over/m-p/1689658/highlight/true#M88278&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2026 14:58:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/calcite-design-system-questions/trouble-with-arcgis-feature-table-displaying-over/m-p/1689963#M904</guid>
      <dc:creator>JasonBartling1</dc:creator>
      <dc:date>2026-03-11T14:58:03Z</dc:date>
    </item>
  </channel>
</rss>

