Skip to content

Commit ba2c6f3

Browse files
Background color extends when user scrolls (#299)
* added background color to index.html, probably a bad way to solve this problem * I think this is a better solution, changed height to min height in participant route
1 parent dbdea1a commit ba2c6f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/participant/common/ParticipantRoute.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default function ParticipantRoute({ children }: ParticipantRouteProps) {
4444
return (
4545
<Flex
4646
w="100vw"
47-
h="100vh"
47+
minH="100vh"
4848
alignItems="flex-start"
4949
justifyContent="center"
5050
bg="neutral.100"

0 commit comments

Comments
 (0)