diff --git a/.changeset/gold-queens-clap.md b/.changeset/gold-queens-clap.md new file mode 100644 index 0000000000..252fbb1626 --- /dev/null +++ b/.changeset/gold-queens-clap.md @@ -0,0 +1,5 @@ +--- +'@backstage/core-components': patch +--- + +Fix an issue where changes related to the `MobileSidebar` prevented scrolling pages. Additionally improve the menu of the `MobileSidebar` to not overlay the `BottomNavigation`. diff --git a/packages/core-components/api-report.md b/packages/core-components/api-report.md index d8aef17007..7819dcf3fc 100644 --- a/packages/core-components/api-report.md +++ b/packages/core-components/api-report.md @@ -738,7 +738,7 @@ export type OverflowTooltipClassKey = 'container'; // Warning: (ae-missing-release-tag) "Page" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) // // @public (undocumented) -export function Page(props: PropsWithChildren): JSX.Element; +export function Page(props: Props_16): JSX.Element; // Warning: (ae-missing-release-tag) "PageClassKey" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) //