Merge pull request #30573 from backstage/rugvip/bottom

catalog: eager info column scroll
This commit is contained in:
Patrik Oldsberg
2025-07-17 11:49:14 +02:00
committed by GitHub
2 changed files with 7 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@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,7 +79,8 @@ const useStyles = makeStyles<
infoArea: {
gridArea: 'info',
position: 'sticky',
top: theme.spacing(3),
bottom: theme.spacing(3),
alignSelf: 'end',
marginLeft: theme.spacing(3),
},
contentArea: {