From 423ed28631e314dbe0386093d652d46fcaf39b1e Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Wed, 16 Dec 2020 17:50:15 -0800 Subject: [PATCH] Update style.css --- css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 28768eb0..30b04d3a 100644 --- a/css/style.css +++ b/css/style.css @@ -74,9 +74,10 @@ html { } body { width: 100vw; + overflow-x: hidden; } header, footer, .main-content { - /*width: 100%;*/ + overflow-x: hidden; } header, footer { backdrop-filter: var(--darkened-backdrop-filter); @@ -467,6 +468,7 @@ textarea.input { grid-gap: 0.5rem; height: 20rem; overflow-y: scroll; + overflow-x: hidden; grid-auto-rows: 6.5rem; } .frame-picker {