Revert PR #30573: catalog info column sticky positioning

Co-authored-by: Rugvip <4984472+Rugvip@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-07-17 13:36:46 +00:00
parent b2f16e2cdd
commit d518b63846
3 changed files with 6 additions and 7 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog': patch
---
Adjusted the sticky scrolling of the new entity layout so that the info columns scrolls to the bottom more eagerly.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog': patch
---
Revert PR #30573: Changed the sticky scrolling of the new entity layout back to stick to the top instead of bottom.
@@ -79,8 +79,7 @@ const useStyles = makeStyles<
infoArea: {
gridArea: 'info',
position: 'sticky',
bottom: theme.spacing(3),
alignSelf: 'end',
top: theme.spacing(3),
marginLeft: theme.spacing(3),
},
contentArea: {