Skip to content

Commit ba507e8

Browse files
committed
Fix VaultPage height to be responsive by changing from 100vh to 100%
1 parent 0a5f740 commit ba507e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/easyvault.client/src/pages/VaultPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const VaultPage: React.FC = () => {
3636
justifyContent: "flex-start",
3737
margin: "auto",
3838
width: "100%",
39-
height: "100vh",
39+
height: "100%",
4040
overflow: "hidden",
4141
}}
4242
>

0 commit comments

Comments
 (0)