Skip to content

Commit 20912cb

Browse files
committed
Hide the side-nav for v2 as well
1 parent b4bb06a commit 20912cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/packages/chrome/browser-internal/src/ui/project/sidenav_v2/fixed_layout_sidenav.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ const CollapsibleNavigationFlyout: FunctionComponent<{
7171
pushMinBreakpoint="xs"
7272
hideCloseButton={true}
7373
onClose={() => {}}
74+
className="hide-for-sharing"
7475
>
7576
<div css={{ height: '100%', display: 'flex' }}>{children(childrenProps)}</div>
7677
</EuiFlyout>

0 commit comments

Comments
 (0)