Skip to content

Commit

Permalink
fix: Modify dom to be visible
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel.carrera committed Oct 24, 2024
1 parent 9d54bf9 commit 1d27f7e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/react/breadcrumbs/stories/examples/Overflow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ export const OverflowBreadcrumbs = () => {
return (
<div>
<Box width={containerWidth} marginBottom="xl">
<div style={{display: 'flex', flexDirection: 'column'}}>
<span>Current Container Width: {containerWidth}</span>
<span>Overflow visibility: {model.menu.state.visibility}</span>
</div>
<hr />
<Breadcrumbs model={model} aria-label="Breadcrumbs">
<Breadcrumbs.List overflowButton={<Breadcrumbs.OverflowButton aria-label="More links" />}>
{item =>
Expand Down

0 comments on commit 1d27f7e

Please sign in to comment.