Update style.css

This commit is contained in:
Kyle
2020-12-16 17:50:15 -08:00
parent d29fd729dc
commit 423ed28631

View File

@@ -74,9 +74,10 @@ html {
} }
body { body {
width: 100vw; width: 100vw;
overflow-x: hidden;
} }
header, footer, .main-content { header, footer, .main-content {
/*width: 100%;*/ overflow-x: hidden;
} }
header, footer { header, footer {
backdrop-filter: var(--darkened-backdrop-filter); backdrop-filter: var(--darkened-backdrop-filter);
@@ -467,6 +468,7 @@ textarea.input {
grid-gap: 0.5rem; grid-gap: 0.5rem;
height: 20rem; height: 20rem;
overflow-y: scroll; overflow-y: scroll;
overflow-x: hidden;
grid-auto-rows: 6.5rem; grid-auto-rows: 6.5rem;
} }
.frame-picker { .frame-picker {