Merge pull request #30578 from backstage/copilot/fix-d0780fa5-c97b-4df4-88e9-5ba6ac673137

Revert PR #30573: catalog info column sticky positioning
This commit is contained in:
Patrik Oldsberg
2025-07-18 12:44:59 +02:00
committed by GitHub
2 changed files with 1 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.
@@ -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: {