stop idle construct movement causing overflow
This commit is contained in:
parent
7dc22bca90
commit
c05ad8637f
@ -35,6 +35,7 @@
|
||||
|
||||
.construct {
|
||||
flex: 1 1 33%;
|
||||
overflow: hidden;
|
||||
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
|
||||
@ -2,6 +2,7 @@
|
||||
|
||||
.player-box {
|
||||
display: grid;
|
||||
overflow: hidden;
|
||||
grid-template-areas:
|
||||
"msg"
|
||||
"img"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user