fix overflow typo

This commit is contained in:
Baltazar Gomez 2019-06-11 21:27:52 -06:00 committed by GitHub
parent ce7d488fd6
commit dce70383a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ html {
background-color: $lbry-white; background-color: $lbry-white;
font-size: 12px; font-size: 12px;
height: 100%; height: 100%;
overflow: hidden; overflow-x: hidden;
} }
body { body {