Fixing height for content

This commit is contained in:
Asaad Mahmood
2015-07-01 23:30:41 +05:00
parent 42c7fbaa92
commit 494781d3cc
2 changed files with 5 additions and 3 deletions
+4 -3
View File
@@ -10,9 +10,6 @@ body {
height: 100%;
&.white {
background: #fff;
.inner__wrap {
height: 100%;
}
.row.content {
min-height: 100%;
height: auto !important;
@@ -20,8 +17,12 @@ body {
margin-bottom: -89px;
}
}
.inner__wrap, .row.main {
height: 100%;
}
> .container-fluid {
@include clearfix;
height: 100%;
position: relative;
}
}
+1
View File
@@ -1,3 +1,4 @@
{{define "channel"}}
<!DOCTYPE html>
<html>