Skip to content

Commit

Permalink
Updated the code according to PR#4741
Browse files Browse the repository at this point in the history
### description:
- the previous PR, which also included the necessary changes: primer#4741
- only the changes to Storybook were kept
  • Loading branch information
romanpozdnov committed Jul 23, 2024
1 parent 5ca131f commit cfb1c87
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/react/src/AnchoredOverlay/AnchoredOverlay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ export const AnchoredOverlay: React.FC<React.PropsWithChildren<AnchoredOverlayPr
overlayProps,
focusTrapSettings,
focusZoneSettings,
className,
side = 'outside-bottom',
align = 'start',
alignmentOffset,
Expand Down Expand Up @@ -192,7 +191,6 @@ export const AnchoredOverlay: React.FC<React.PropsWithChildren<AnchoredOverlayPr
onEscape={onEscape}
ref={updateOverlayRef}
role="none"
className={className}
visibility={position ? 'visible' : 'hidden'}
height={height}
width={width}
Expand Down

0 comments on commit cfb1c87

Please sign in to comment.