Skip to content

Commit

Permalink
Add changeset
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
  • Loading branch information
tudi2d committed Jan 27, 2022
1 parent d937e32 commit f465b63
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .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`.
2 changes: 1 addition & 1 deletion packages/core-components/api-report.md
Expand Up @@ -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<Props_16>): 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)
//
Expand Down

0 comments on commit f465b63

Please sign in to comment.