max height to layout.scss

This commit is contained in:
Andrey
2015-10-02 16:38:37 +02:00
parent 5ebcf21b81
commit acdb5f34cf
+6
View File
@@ -40,3 +40,9 @@ html {
.container-limited {
max-width: $fixed-layout-width;
}
.max-height {
height: 100%;
display: table;
width: 100%;
}