stop idle construct movement causing overflow
This commit is contained in:
parent
7dc22bca90
commit
c05ad8637f
@ -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;
|
||||||
|
|||||||
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
.player-box {
|
.player-box {
|
||||||
display: grid;
|
display: grid;
|
||||||
|
overflow: hidden;
|
||||||
grid-template-areas:
|
grid-template-areas:
|
||||||
"msg"
|
"msg"
|
||||||
"img"
|
"img"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user