- enhanced modal animations

This commit is contained in:
2025-12-15 14:46:48 +00:00
parent 8b635101de
commit cae652477e
6 changed files with 51 additions and 9 deletions

View File

@@ -15,10 +15,10 @@ const VersionsModal = ({ isDevModalOpen, handleClose, data }: VersionsModalProps
return (
<ModalComponent isModalOpen={isDevModalOpen} close={handleClose}>
<div className="flex justify-end">
<div className="flex justify-end overflow-auto">
<button
onClick={handleClose}
className="p-2 border border-gray-600 rounded-md text-gray-200 hover:bg-gray-700 transition mb-4"
className="p-2 border border-gray-600 rounded-md text-gray-200 hover:bg-gray-700 transition"
>
Close
</button>