diff --git a/plugins/catalog/src/alpha/DefaultEntityContentLayout.tsx b/plugins/catalog/src/alpha/DefaultEntityContentLayout.tsx index e5f7007356..3188b98437 100644 --- a/plugins/catalog/src/alpha/DefaultEntityContentLayout.tsx +++ b/plugins/catalog/src/alpha/DefaultEntityContentLayout.tsx @@ -107,6 +107,7 @@ const useStyles = makeStyles< maxHeight: '100vh', overflowY: 'auto', alignSelf: 'start', + alignItems: 'stretch', // Hide the scrollbar for the inner info cards // kind of an accessibility nightmare, but we see. scrollbarWidth: 'none',