Skip to content

Commit

Permalink
Merge pull request #1950 from habx/fix/persistent
Browse files Browse the repository at this point in the history
APP-22485: Make lightbox always persistent
  • Loading branch information
habx-auto-merge[bot] authored Jul 6, 2021
2 parents 3d3bab4 + 560babc commit a15b964
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/LightBox/LightBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,6 @@ export const LightBox = withTriggerElement<HTMLDivElement>()<
withFloatingPanelBehavior({
animated: true,
animationDuration: ANIMATION_DURATIONS.l,
persistent: true, // Lightbox is always persistent since it is displayed fullscreen
})(InnerLightBox)
)

0 comments on commit a15b964

Please sign in to comment.