[fix] user card overflow

This commit is contained in:
2025-07-08 11:31:32 +08:00
parent 529ae547e0
commit 7012f0d9fe
5 changed files with 22 additions and 23 deletions

View File

@@ -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) => (