[Backport] Set max width to avoid scroll on Firefox
parent
6da3531ef4
commit
6c2d832554
|
@ -3,6 +3,7 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: $main-height;
|
height: $main-height;
|
||||||
max-height: $main-height;
|
max-height: $main-height;
|
||||||
|
max-width: calc(100vw - 50px);
|
||||||
header {
|
header {
|
||||||
min-height: 70px;
|
min-height: 70px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue