Only hide overflow for X, not Y

This commit is contained in:
Oliver-Akins 2020-10-23 23:39:40 -06:00
parent 4e6051eb47
commit 7dbd554263

View file

@ -122,7 +122,7 @@ export default {
html, body, #app {
font-family: var(--fonts);
font-style: normal;
overflow: hidden;
overflow-x: hidden;
padding: 0;
margin: 0;
}