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:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user