stop idle construct movement causing overflow

This commit is contained in:
Mashy 2019-10-22 11:58:00 +10:00
parent 7dc22bca90
commit c05ad8637f
2 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,7 @@
.construct {
flex: 1 1 33%;
overflow: hidden;
display: flex;
flex-flow: column;

View File

@ -2,6 +2,7 @@
.player-box {
display: grid;
overflow: hidden;
grid-template-areas:
"msg"
"img"