Small design fix

This commit is contained in:
Peter KW 2024-04-04 12:27:38 +02:00
parent 5bc7aadfa3
commit db6fdf3c29

View file

@ -20,7 +20,7 @@ function MemberInfoModal(props: {
};
return (
<div
className="fixed inset-0 bg-black bg-opacity-30 backdrop-blur-sm
className="fixed inset-10 bg-opacity-30 backdrop-blur-sm
flex justify-center items-center"
>
<div className="border-4 border-black bg-white rounded-lg text-center flex flex-col">