[fix] user card overflow
This commit is contained in:
@@ -34,7 +34,7 @@ const SteamUsers = ({ className }: { className?: string }) => {
|
||||
</CardHeader>
|
||||
<CardBody className="overflow-y-hidden">
|
||||
<ul
|
||||
className="flex flex-col h-full gap-3 mt-1 overflow-y-auto rounded-lg hide-scrollbar"
|
||||
className="flex flex-col h-full gap-3 mt-1 overflow-y-auto rounded-lg pb-11 hide-scrollbar"
|
||||
ref={parent}
|
||||
>
|
||||
{steam.state.users.map((user, id) => (
|
||||
|
||||
Reference in New Issue
Block a user