Fix: position of log modal (#5538)

This commit is contained in:
KVOJJJin
2024-06-24 14:57:35 +08:00
committed by GitHub
parent 13fcd7a901
commit 41ceb6a4eb
4 changed files with 32 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ const PromptLogModal: FC<PromptLogModalProps> = ({
return (
<div
className='fixed top-16 left-2 bottom-2 flex flex-col bg-white border-[0.5px] border-gray-200 rounded-xl shadow-xl z-10'
className='relative flex flex-col bg-white border-[0.5px] border-gray-200 rounded-xl shadow-xl z-10'
style={{
width: 480,
position: 'fixed',