Navigation Menu

Skip to content

Commit

Permalink
fix: [Chat] remove body's margin
Browse files Browse the repository at this point in the history
  • Loading branch information
akai committed Jul 5, 2021
1 parent f8456f2 commit 2b8deed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/Chat/style.less
Expand Up @@ -6,6 +6,9 @@
#root {
height: 100%;
}
body {
margin: 0;
}
}

.ChatApp {
Expand Down

0 comments on commit 2b8deed

Please sign in to comment.