diff --git a/src/App.style.ts b/src/App.style.ts index 850a5c4..50ae3d1 100644 --- a/src/App.style.ts +++ b/src/App.style.ts @@ -1,9 +1,9 @@ import { createUseStyles } from 'react-jss' export const useClasses = createUseStyles({ - dogDetails: { - display: 'flex', - justifyContent: 'center' + gridContainer: { + // Overflow hidden reasoning: https://github.com/mui-org/material-ui/issues/7466 + overflow: 'hidden' }, left: (isMdOrLower: boolean) => ({ display: 'flex', diff --git a/src/App.tsx b/src/App.tsx index 6a2e8db..affd7c9 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -29,25 +29,51 @@ function App() { Emit Alert - - - +
+ + + + + + + + + + + + + - - - - - - - - - - +