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 {