Skip to content

Commit

Permalink
fix(App.css): fix the checkbox at the bottom
Browse files Browse the repository at this point in the history
Signed-off-by: Aman Sharma <mannu.poski10@gmail.com>
  • Loading branch information
algomaster99 committed Aug 12, 2020
1 parent 37e7bb2 commit 7e1939d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
.startup-container {
padding: 1em;
background-color: #ffffff;
position: fixed;
bottom: 0;
width: 100%;
}

.checkbox {
Expand Down

0 comments on commit 7e1939d

Please sign in to comment.