From 83e288760d1293324a79786fb206436a6139a4ac Mon Sep 17 00:00:00 2001 From: Mahendra Suthar Date: Fri, 16 Aug 2024 16:16:08 +0530 Subject: [PATCH] add changeset for core-component Signed-off-by: Mahendra Suthar --- .changeset/honest-impalas-rescue.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/honest-impalas-rescue.md diff --git a/.changeset/honest-impalas-rescue.md b/.changeset/honest-impalas-rescue.md new file mode 100644 index 0000000000..e0aecfe42f --- /dev/null +++ b/.changeset/honest-impalas-rescue.md @@ -0,0 +1,5 @@ +--- +'@backstage/core-components': patch +--- + +Fixed a bug in the SidebarSubmenu core component that caused the submenu to overlap with the sidebar when the user hovers over the pinned sidebar.