diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index f9286d3a..6ffcca0c 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -70,7 +70,7 @@ export const InterpretationLog = () => { return (
- { onClose={toggleDrawer(false)} onOpen={toggleDrawer(true)} PaperProps={{ - sx: { background: '#19171c', color: 'white', padding: '10px', height: 720, width: width - 10 } + sx: { background: '#19171c', color: 'white', padding: '10px', height: 720, width: width - 10, display: 'flex' } }} >