mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
finally fixed the scrolling issues!
This commit is contained in:
@@ -111,13 +111,13 @@ function SecondaryRow() {
|
||||
className="flex min-h-0 flex-col"
|
||||
style={roomHeight ? { height: roomHeight } : undefined}
|
||||
>
|
||||
<UserListPanel hideNicknameForm hideHeader fullHeight />
|
||||
<UserListPanel hideNicknameForm hideHeader fillHeight />
|
||||
</div>
|
||||
<div
|
||||
className="flex min-h-0 flex-col"
|
||||
style={roomHeight ? { height: roomHeight } : undefined}
|
||||
>
|
||||
<ChatPanel hideInput hideSpectatorNotice fullHeight />
|
||||
<ChatPanel hideInput hideSpectatorNotice fillHeight />
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user