Merge pull request #1714 from hmhealey/plt1454

PLT-1454 Changed positioning of root elements to fix weird IE11 bug
Этот коммит содержится в:
Christopher Speller
2015-12-14 08:10:23 -05:00
родитель 129a532c50 9943af6948
Коммит 29894a5836

Просмотреть файл

@@ -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 {