Skip to content

Commit

Permalink
fix(ui): resolve footer position bug
Browse files Browse the repository at this point in the history
  • Loading branch information
IdoBouskila committed Feb 26, 2024
1 parent de67513 commit ecd4c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ body * {
}

.app-container {
height: 100%;
height: 100vh;
display: flex;
flex-direction: column;
}
Expand Down

0 comments on commit ecd4c67

Please sign in to comment.