Set max width to avoid scroll on Firefox

stable
Xavier Julián 2015-11-02 11:49:01 +01:00
parent 6548653cdd
commit 076e9deb45
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
flex-direction: column;
height: $main-height;
max-height: $main-height;
max-width: calc(100vw - 50px);
header {
min-height: 70px;
}