Merged in fix/SW-1441-sidepeek-z-index (pull request #1437)

fix(SW-1441): fixed issue with z-index on sidepeeks inside teaserCards

* fix(SW-1441): fixed issue with z-index on sidepeeks inside teaserCards


Approved-by: Fredrik Thorsson
This commit is contained in:
Erik Tiekstra
2025-02-27 14:56:10 +00:00
parent bda22f39ad
commit f9f55ca0bf
3 changed files with 8 additions and 11 deletions

View File

@@ -2,5 +2,6 @@ export interface SidePeekProps {
contentKey?: string
title: string
isOpen?: boolean
openInRoot?: boolean
handleClose?: (isOpen: boolean) => void
}