Revert PR #30573: catalog info column sticky positioning
Co-authored-by: Rugvip <4984472+Rugvip@users.noreply.github.com>
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.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog': patch
|
||||
---
|
||||
|
||||
Revert PR #30573: Changed the sticky scrolling of the new entity layout back to stick to the top instead of bottom.
|
||||
@@ -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