catalog: eager info column scroll

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2025-07-17 11:28:26 +02:00
parent 191e881f55
commit 08e094c152
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: {