diff --git a/desktop/flipper-ui-core/src/sandy-chrome/Navbar.tsx b/desktop/flipper-ui-core/src/sandy-chrome/Navbar.tsx index 811c4402b..c0ac53ed9 100644 --- a/desktop/flipper-ui-core/src/sandy-chrome/Navbar.tsx +++ b/desktop/flipper-ui-core/src/sandy-chrome/Navbar.tsx @@ -237,6 +237,7 @@ function NotificationButton({ setToplevelSelection('notification')} @@ -327,10 +328,12 @@ export function NavbarButton({ count, disabled = false, flipIcon = false, + zIndex, }: { icon: (props: any) => any; label: string; // TODO remove optional + zIndex?: number; onClick?: () => void; toggled?: boolean; count?: number | true; @@ -374,6 +377,7 @@ export function NavbarButton({ if (count !== undefined) { return ( {/* using Badge **here** as NavbarButton badge is being cut off by Menu component */} - +