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