[Backport] Set max width to avoid scroll on Firefox

stable
Xavier Julián 2015-11-02 11:49:01 +01:00 committed by David Barragán Merino
parent 6da3531ef4
commit 6c2d832554
1 changed files with 1 additions and 0 deletions

View File

@ -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;
} }