Elevante troubleshoot menu so badge appears on top of more

Reviewed By: mweststrate

Differential Revision: D47720738

fbshipit-source-id: 8f1539ad22d87b32277770003241299142d96a03
This commit is contained in:
Luke De Feo
2023-07-25 07:28:03 -07:00
committed by Facebook GitHub Bot
parent 51ae6f7cfc
commit e0da5332d4

View File

@@ -500,7 +500,7 @@ function TroubleshootMenu({
return (
<>
{/* using Badge **here** as NavbarButton badge is being cut off by Menu component */}
<Badge {...badgeProps}>
<Badge {...badgeProps} style={{zIndex: 100}}>
<Menu
mode="vertical"
className={menu}