<?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: Custom visuals issue: React component z-index. in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Custom-visuals-issue-React-component-z-index/m-p/2450777#M4445</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/376701"&gt;@duongdo_df&lt;/a&gt; - unfortunately not. This is a limitation of the sandbox for custom visuals, and HTML elements are not permitted to exceed its borders. There are two potential options here (although both of them may not suitable for the library you are using):&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;A href="https://www.w3schools.com/tags/tag_input.asp" target="_self"&gt;Use standard HML &amp;lt;input&amp;gt; elements&lt;/A&gt;. These can overflow the conents, but ae not very customisable (and what can be customised is sometimes browser-specific). This was my preference when building my own slicers previously.&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/developer/visuals/create-display-dialog-box?WT.mc_id=DP-MVP-5003712" target="_self"&gt;Use the dialog box API&lt;/A&gt;, which is the MS-supported way of creating content that overflows the visual boundaries. This could potentially support your library if it allows you to manage the display of the picker when the dropdown is clicked.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
    <pubDate>Tue, 12 Apr 2022 01:35:37 GMT</pubDate>
    <dc:creator>dm-p</dc:creator>
    <dc:date>2022-04-12T01:35:37Z</dc:date>
    <item>
      <title>Custom visuals issue: React component z-index.</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Custom-visuals-issue-React-component-z-index/m-p/2445199#M4444</link>
      <description>&lt;P&gt;Hello, I am developing a custom date picker with React and I have an issue:&lt;/P&gt;&lt;P&gt;I'm using a third-party library called "Ant Design" (&lt;A href="https://www.npmjs.com/package/antd" target="_blank" rel="noopener"&gt;https://www.npmjs.com/package/antd&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;This is a date picker:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="duongdo_df_0-1649402688990.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/696873i32ACC436EFDB0331/image-size/medium?v=v2&amp;amp;px=400" role="button" title="duongdo_df_0-1649402688990.png" alt="duongdo_df_0-1649402688990.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;After I click on it:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="duongdo_df_1-1649402725937.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/696874iE0866327108ED8D6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="duongdo_df_1-1649402725937.png" alt="duongdo_df_1-1649402725937.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So I need to resize the custom visual to a bigger size to see the calendar clearly.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="duongdo_df_2-1649402789955.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/696875iDC961DC7085E93F0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="duongdo_df_2-1649402789955.png" alt="duongdo_df_2-1649402789955.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is there an approach to fix this without resizing the custom visual but still can see the calendar like the default HTML input date picker like this?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="duongdo_df_3-1649402970785.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/696877iCDE10B2DBA55FD94/image-size/medium?v=v2&amp;amp;px=400" role="button" title="duongdo_df_3-1649402970785.png" alt="duongdo_df_3-1649402970785.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2022 07:32:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Custom-visuals-issue-React-component-z-index/m-p/2445199#M4444</guid>
      <dc:creator>duongdo_df</dc:creator>
      <dc:date>2022-04-08T07:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: Custom visuals issue: React component z-index.</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Custom-visuals-issue-React-component-z-index/m-p/2450777#M4445</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/376701"&gt;@duongdo_df&lt;/a&gt; - unfortunately not. This is a limitation of the sandbox for custom visuals, and HTML elements are not permitted to exceed its borders. There are two potential options here (although both of them may not suitable for the library you are using):&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;A href="https://www.w3schools.com/tags/tag_input.asp" target="_self"&gt;Use standard HML &amp;lt;input&amp;gt; elements&lt;/A&gt;. These can overflow the conents, but ae not very customisable (and what can be customised is sometimes browser-specific). This was my preference when building my own slicers previously.&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/developer/visuals/create-display-dialog-box?WT.mc_id=DP-MVP-5003712" target="_self"&gt;Use the dialog box API&lt;/A&gt;, which is the MS-supported way of creating content that overflows the visual boundaries. This could potentially support your library if it allows you to manage the display of the picker when the dropdown is clicked.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2022 01:35:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Custom-visuals-issue-React-component-z-index/m-p/2450777#M4445</guid>
      <dc:creator>dm-p</dc:creator>
      <dc:date>2022-04-12T01:35:37Z</dc:date>
    </item>
  </channel>
</rss>

