From fffe3c00d6ecd3473b6b231cb276234d2c0942d8 Mon Sep 17 00:00:00 2001 From: Alex Lorenzi Date: Sun, 2 Mar 2025 09:49:13 -0500 Subject: [PATCH] changeset Signed-off-by: Alex Lorenzi --- .changeset/bright-pets-agree.md | 5 +++++ .changeset/chatty-turkeys-brake.md | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 .changeset/bright-pets-agree.md create mode 100644 .changeset/chatty-turkeys-brake.md diff --git a/.changeset/bright-pets-agree.md b/.changeset/bright-pets-agree.md new file mode 100644 index 0000000000..375e583b59 --- /dev/null +++ b/.changeset/bright-pets-agree.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-techdocs': patch +--- + +Fixed double scrollbar issue that would appear on the Entity TechDocs view page that would stop the page from full scrolling to the top when navigating to a new page diff --git a/.changeset/chatty-turkeys-brake.md b/.changeset/chatty-turkeys-brake.md new file mode 100644 index 0000000000..1c90fc7cfe --- /dev/null +++ b/.changeset/chatty-turkeys-brake.md @@ -0,0 +1,5 @@ +--- +'@backstage/core-components': patch +--- + +Added `classNames` prop to the `Page` component