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:
committed by
Facebook GitHub Bot
parent
51ae6f7cfc
commit
e0da5332d4
@@ -500,7 +500,7 @@ function TroubleshootMenu({
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
{/* using Badge **here** as NavbarButton badge is being cut off by Menu component */}
|
{/* using Badge **here** as NavbarButton badge is being cut off by Menu component */}
|
||||||
<Badge {...badgeProps}>
|
<Badge {...badgeProps} style={{zIndex: 100}}>
|
||||||
<Menu
|
<Menu
|
||||||
mode="vertical"
|
mode="vertical"
|
||||||
className={menu}
|
className={menu}
|
||||||
|
|||||||
Reference in New Issue
Block a user