Merge pull request #30573 from backstage/rugvip/bottom
catalog: eager info column scroll
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user