Remove extra body margin causing offset from viewport (#18)

This commit is contained in:
Eric Eastwood 2022-06-10 15:57:22 -05:00 committed by GitHub
parent 952a3acd4a
commit 1bd5ecff32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,10 @@ html {
box-sizing: inherit;
}
body {
margin: 0;
}
/* Based on .SessionView from Hydrogen */
.ArchiveView {
/* this takes into account whether or not the url bar is hidden on mobile