Skip to content
This repository was archived by the owner on Aug 26, 2022. It is now read-only.

Commit 689b0c6

Browse files
author
Max Leiter
committed
Fix white box on resources
1 parent 9e63109 commit 689b0c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/hackerDashboard/Resources.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const Container = styled.div`
9494
"Footer Footer Footer Footer";
9595
background-color: #1d2c3f;
9696
color: #fff;
97-
height: 100vh;
97+
height: auto;
9898
width: 100vw;
9999
`;
100100

0 commit comments

Comments
 (0)