diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index e6b6537a..80026eab 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -120,7 +120,7 @@ export const InterpretationLog: React.FC = ({ isOpen, se color="primary" sx={{ color: 'white', - position: 'fixed', + position: 'absolute', background: '#ff00c3', border: 'none', padding: '10px 20px',