diff --git a/packages/components/src/AppInfo/index.tsx b/packages/components/src/AppInfo/index.tsx index 610db00f3..098ab46e8 100644 --- a/packages/components/src/AppInfo/index.tsx +++ b/packages/components/src/AppInfo/index.tsx @@ -31,6 +31,7 @@ const useStyles = makeStyles((theme: Theme) => ({ display: 'flex', flexDirection: 'column', alignItems: 'center', + overflowY: 'initial', }, dialog: { width: `${INFO_WINDOW_WIDTH}px`, diff --git a/packages/console/src/components/App/App.tsx b/packages/console/src/components/App/App.tsx index 37e56c95e..4aa0dd90c 100644 --- a/packages/console/src/components/App/App.tsx +++ b/packages/console/src/components/App/App.tsx @@ -1,6 +1,11 @@ import 'intersection-observer'; import * as React from 'react'; -import { CssBaseline, Collapse } from '@material-ui/core'; +import { + CssBaseline, + Collapse, + StylesProvider, + createGenerateClassName, +} from '@material-ui/core'; import { ThemeProvider } from '@material-ui/styles'; import { FlyteApiProvider } from '@flyteorg/flyte-api'; import { SnackbarProvider } from 'notistack'; @@ -57,34 +62,40 @@ export const AppComponent: React.FC = ( - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + +