Hide overflow on x axis (fixes #8)

This commit is contained in:
Raphaël Thériault 2019-10-28 10:51:24 -04:00
parent 9d2f8c7e16
commit 525d5e8ed7
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ body {
padding: 0px;
width: 100vw;
height: 100vh;
overflow-x: hidden;
}
html {