From b5e3c04d7957c3e6e176038cd421548a86e50847 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sun, 20 Oct 2024 18:21:50 +0530 Subject: [PATCH] feat: set position absolute --- src/components/molecules/InterpretationLog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',