From 7dbd55426344544cc73c7a255fb108d4c530833c Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Fri, 23 Oct 2020 23:39:40 -0600 Subject: [PATCH] Only hide overflow for X, not Y --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 902049b..5e164c4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -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; }