adjust CSS flexbox to allocate extra width to the board first
This commit is contained in:
parent
7bdc889b87
commit
3410e2d4f0
|
|
@ -25,6 +25,7 @@ button:disabled .silhouette {
|
||||||
#cb_outer {
|
#cb_outer {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: calc(100vh - 4em);
|
max-width: calc(100vh - 4em);
|
||||||
|
flex: 1 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#cb_container {
|
#cb_container {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue