Small design fix
This commit is contained in:
parent
5bc7aadfa3
commit
db6fdf3c29
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue