Skip to content

Commit 7686c05

Browse files
committed
Update hint text in EuiCollapsibleNavBeta story
On mobile: the EuiCollapsibleNavBeta flyout is portalled, so the stacking context is determined by the overlay mask (EuiOverlayMask), making the flyouts fight each other with the same z-index (1000 from levels.maskBelowHeader) — we do nothing
1 parent 49c1ae5 commit 7686c05

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/eui/src/components/collapsible_nav_beta/collapsible_nav_beta.stories.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,8 @@ const MockConsumerFlyout: FunctionComponent = () => {
259259
<EuiFlyout onClose={() => setFlyoutOpen(false)}>
260260
<EuiCollapsibleNavBeta.Body>
261261
This flyout's mask should overlay / sit on top of the collapsible
262-
nav, on both desktop and mobile
262+
nav only on mobile. On desktop, the collapsible nav should always be
263+
visible and reachable.
263264
</EuiCollapsibleNavBeta.Body>
264265
</EuiFlyout>
265266
)}

0 commit comments

Comments
 (0)