summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_base.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-07-01 23:30:41 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-07-01 23:30:41 +0500
commit494781d3cc67a0784ee36c4448194df66392b1e0 (patch)
treebd1c18630a4239b68fca84bf4b8ea7b374cd7157 /web/sass-files/sass/partials/_base.scss
parent42c7fbaa92e2b1f76a99a2704f777f18c9095c33 (diff)
downloadchat-494781d3cc67a0784ee36c4448194df66392b1e0.tar.gz
chat-494781d3cc67a0784ee36c4448194df66392b1e0.tar.bz2
chat-494781d3cc67a0784ee36c4448194df66392b1e0.zip
Fixing height for content
Diffstat (limited to 'web/sass-files/sass/partials/_base.scss')
-rw-r--r--web/sass-files/sass/partials/_base.scss7
1 files changed, 4 insertions, 3 deletions
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;
}
}