diff --git a/frontend/src/views/game/footer/GameFooter.tsx b/frontend/src/views/game/footer/GameFooter.tsx index 994208c6..2b58ad3d 100644 --- a/frontend/src/views/game/footer/GameFooter.tsx +++ b/frontend/src/views/game/footer/GameFooter.tsx @@ -145,6 +145,7 @@ const EndControlsContainer = styled.div` const UsersContainer = styled.div` grid-area: users; padding-left: 10px; + overflow-x: scroll; `; const TimerContainer = styled.div` diff --git a/frontend/src/views/game/footer/Users.tsx b/frontend/src/views/game/footer/Users.tsx index 2a13bb09..92569424 100644 --- a/frontend/src/views/game/footer/Users.tsx +++ b/frontend/src/views/game/footer/Users.tsx @@ -7,6 +7,7 @@ import useSession from '../useSession'; export default function Users() { const { participants } = useParticipants(); const { session } = useSession(); + return (