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 { .construct {
flex: 1 1 33%; flex: 1 1 33%;
overflow: hidden;
display: flex; display: flex;
flex-flow: column; flex-flow: column;

View File

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