<?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: Weird AppHeader on chrome in Developer Q&amp;A Forum</title>
    <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Weird-AppHeader-on-chrome/m-p/268816#M1293</link>
    <description>&lt;P&gt;I found the problem ! Thank you for your answer, it put me on the right track&lt;/P&gt;&lt;P&gt;It was a dumb mistake : the appHeader was in a &amp;lt;Flex&amp;gt; with the help menu and this caused the appHeader to have a small space allocated and have a weird display.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 30 Jan 2025 09:05:05 GMT</pubDate>
    <dc:creator>Auriane</dc:creator>
    <dc:date>2025-01-30T09:05:05Z</dc:date>
    <item>
      <title>Weird AppHeader on chrome</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Weird-AppHeader-on-chrome/m-p/268448#M1285</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Since a few weeks, the appHeader of my app is weird on chrome. I use the &lt;A href="https://developer.dynatrace.com/design/components-preview/layouts/AppHeader/#add-navigation-items" target="_self"&gt;navItem&lt;/A&gt;&lt;/P&gt;&lt;P&gt;How it is on Firefox&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Auriane_0-1737974101167.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/25979iA1C4E0DF0BDDEA7D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Auriane_0-1737974101167.png" alt="Auriane_0-1737974101167.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and Chrome :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Auriane_1-1737974154866.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/25980i8013CD1C28FCA6D2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Auriane_1-1737974154866.png" alt="Auriane_1-1737974154866.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Auriane_2-1737974172879.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/25981i6889AC6EACBAFD1D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Auriane_2-1737974172879.png" alt="Auriane_2-1737974172879.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If I click on the invisible button next to the menu, the page refresh and come back to normal&lt;/P&gt;&lt;P&gt;Does anyone know where it comes from or how to fix it ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2025 10:40:58 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Weird-AppHeader-on-chrome/m-p/268448#M1285</guid>
      <dc:creator>Auriane</dc:creator>
      <dc:date>2025-01-27T10:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Weird AppHeader on chrome</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Weird-AppHeader-on-chrome/m-p/268454#M1286</link>
      <description>&lt;P&gt;Hi Auriane&lt;BR /&gt;&lt;BR /&gt;Can you share a sample code snippet so we can try to replicate?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;
&lt;P&gt;Indermohan Singh&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2025 12:01:03 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Weird-AppHeader-on-chrome/m-p/268454#M1286</guid>
      <dc:creator>imsingh</dc:creator>
      <dc:date>2025-01-27T12:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Weird AppHeader on chrome</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Weird-AppHeader-on-chrome/m-p/268457#M1287</link>
      <description>&lt;P&gt;Here is the code :&lt;/P&gt;&lt;P&gt;&amp;lt;AppHeader&amp;gt;&lt;BR /&gt;&amp;lt;AppHeader.NavItems&amp;gt;&lt;BR /&gt;&amp;lt;AppHeader.AppNavLink appName="" href="/Home"&amp;gt;&lt;BR /&gt;&amp;lt;AppHeader.AppIcon src="./assets/Microsoft_Office_Teams_Logo_256px.png" /&amp;gt;&lt;BR /&gt;&amp;lt;/AppHeader.AppNavLink&amp;gt;&lt;BR /&gt;&amp;lt;AppHeader.NavItem as={NavLink} to="/Home" ref={setHomeRef}&amp;gt;Home&amp;lt;/AppHeader.NavItem&amp;gt;&lt;BR /&gt;&amp;lt;AppHeader.NavItem as={NavLink} to="/Subnet" ref={setSubnetRef}&amp;gt;Site overview&amp;lt;/AppHeader.NavItem&amp;gt;&lt;BR /&gt;&amp;lt;AppHeader.NavItem as={NavLink} to="/TeamsHome" ref={setCallRef}&amp;gt;Call diagnostic&amp;lt;/AppHeader.NavItem&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;AppHeader.NavItem as={NavLink} to="/Issues" ref={setIssueRef}&amp;gt;&lt;BR /&gt;Microsoft Issues&lt;BR /&gt;&amp;lt;/AppHeader.NavItem&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;AppHeader.NavItem as={NavLink} to="/Install_Config" ref={setInstallRef}&amp;gt;Configuration&amp;lt;/AppHeader.NavItem&amp;gt;&lt;BR /&gt;&amp;lt;/AppHeader.NavItems&amp;gt;&lt;BR /&gt;&amp;lt;/AppHeader&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2025 13:01:26 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Weird-AppHeader-on-chrome/m-p/268457#M1287</guid>
      <dc:creator>Auriane</dc:creator>
      <dc:date>2025-01-27T13:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Weird AppHeader on chrome</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Weird-AppHeader-on-chrome/m-p/268487#M1291</link>
      <description>&lt;P&gt;Hi Auriane&lt;BR /&gt;&lt;BR /&gt;Thanks for the code snippet. I tried with the latest Strato and I can't replicate your issue. Can you also tell me the screen width and also version numbers of Strato packages?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks again&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2025 17:55:52 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Weird-AppHeader-on-chrome/m-p/268487#M1291</guid>
      <dc:creator>imsingh</dc:creator>
      <dc:date>2025-01-27T17:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: Weird AppHeader on chrome</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Weird-AppHeader-on-chrome/m-p/268816#M1293</link>
      <description>&lt;P&gt;I found the problem ! Thank you for your answer, it put me on the right track&lt;/P&gt;&lt;P&gt;It was a dumb mistake : the appHeader was in a &amp;lt;Flex&amp;gt; with the help menu and this caused the appHeader to have a small space allocated and have a weird display.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 09:05:05 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Weird-AppHeader-on-chrome/m-p/268816#M1293</guid>
      <dc:creator>Auriane</dc:creator>
      <dc:date>2025-01-30T09:05:05Z</dc:date>
    </item>
  </channel>
</rss>

