From 494781d3cc67a0784ee36c4448194df66392b1e0 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Wed, 1 Jul 2015 23:30:41 +0500 Subject: Fixing height for content --- web/sass-files/sass/partials/_base.scss | 7 ++++--- web/templates/channel.html | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'web') diff --git a/web/sass-files/sass/partials/_base.scss b/web/sass-files/sass/partials/_base.scss index 5808aeb44..444f8db29 100644 --- a/web/sass-files/sass/partials/_base.scss +++ b/web/sass-files/sass/partials/_base.scss @@ -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; } } diff --git a/web/templates/channel.html b/web/templates/channel.html index f8a4008f5..d96aee3d4 100644 --- a/web/templates/channel.html +++ b/web/templates/channel.html @@ -1,3 +1,4 @@ + {{define "channel"}} -- cgit v1.2.3-1-g7c22