add back overflow to body

This commit is contained in:
Mashy 2019-10-22 14:11:01 +10:00
parent c522180366
commit 21d55e27b0
2 changed files with 2 additions and 2 deletions

View File

@ -413,7 +413,7 @@
text-align: center;
overflow: hidden;
display: grid;
grid-template-rows: 1fr 0.25fr 1.5fr;
grid-template-rows: 1fr 0.5fr 1.5fr;
grid-template-areas:
"opponent"
"text"

View File

@ -14,7 +14,7 @@ html body {
-ms-user-select: none;
overflow-x: hidden;
// overflow-y: hidden;
overflow-y: hidden;
}
#mnml {