summaryrefslogtreecommitdiffstats
path: root/web/sass-files
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2015-12-11 17:28:12 -0500
committerhmhealey <harrisonmhealey@gmail.com>2015-12-11 17:28:12 -0500
commit9943af694811cc7724f785841d6aa4b2ca24fdb0 (patch)
treec98d734db4537cb5650b43484b1fbe0552984767 /web/sass-files
parent129a532c508eb302111afc730162058203b2cde9 (diff)
downloadchat-9943af694811cc7724f785841d6aa4b2ca24fdb0.tar.gz
chat-9943af694811cc7724f785841d6aa4b2ca24fdb0.tar.bz2
chat-9943af694811cc7724f785841d6aa4b2ca24fdb0.zip
Changed positioning of root elements to fix weird IE11 bug
Diffstat (limited to 'web/sass-files')
-rw-r--r--web/sass-files/sass/partials/_base.scss5
1 files changed, 2 insertions, 3 deletions
diff --git a/web/sass-files/sass/partials/_base.scss b/web/sass-files/sass/partials/_base.scss
index 61ad186e0..bb3421451 100644
--- a/web/sass-files/sass/partials/_base.scss
+++ b/web/sass-files/sass/partials/_base.scss
@@ -8,7 +8,8 @@ body {
font-family: 'Open Sans', sans-serif;
-webkit-font-smoothing: antialiased;
background: $body-bg;
- position: relative;
+ position: absolute;
+ width: 100%;
height: 100%;
&.white {
background: #fff;
@@ -35,13 +36,11 @@ body {
.container-fluid {
@include legacy-pie-clearfix;
height: 100%;
- position: relative;
}
.channel-view {
@include clearfix;
height: 100%;
- position: relative;
}
img {