From 9943af694811cc7724f785841d6aa4b2ca24fdb0 Mon Sep 17 00:00:00 2001 From: hmhealey Date: Fri, 11 Dec 2015 17:28:12 -0500 Subject: Changed positioning of root elements to fix weird IE11 bug --- web/sass-files/sass/partials/_base.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'web/sass-files/sass/partials/_base.scss') 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 { -- cgit v1.2.3-1-g7c22 From 95e0fd88fc281d8b4c5fa0f924a8bb014c682dda Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Mon, 14 Dec 2015 22:27:41 +0500 Subject: Fixing IE scrolling issue and also fixing horizontal scrollbar --- web/sass-files/sass/partials/_base.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'web/sass-files/sass/partials/_base.scss') diff --git a/web/sass-files/sass/partials/_base.scss b/web/sass-files/sass/partials/_base.scss index bb3421451..4f9e1d5c7 100644 --- a/web/sass-files/sass/partials/_base.scss +++ b/web/sass-files/sass/partials/_base.scss @@ -8,7 +8,7 @@ body { font-family: 'Open Sans', sans-serif; -webkit-font-smoothing: antialiased; background: $body-bg; - position: absolute; + position: relative; width: 100%; height: 100%; &.white { @@ -36,11 +36,13 @@ body { .container-fluid { @include legacy-pie-clearfix; height: 100%; + position: relative; } .channel-view { @include clearfix; height: 100%; + position: relative; } img { -- cgit v1.2.3-1-g7c22 From 20fceae163d0aaa1ca11287b913967c671bc55a4 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Mon, 14 Dec 2015 23:39:31 +0500 Subject: Updating container fluid css --- web/sass-files/sass/partials/_base.scss | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'web/sass-files/sass/partials/_base.scss') diff --git a/web/sass-files/sass/partials/_base.scss b/web/sass-files/sass/partials/_base.scss index 4f9e1d5c7..9271fad47 100644 --- a/web/sass-files/sass/partials/_base.scss +++ b/web/sass-files/sass/partials/_base.scss @@ -43,6 +43,12 @@ body { @include clearfix; height: 100%; position: relative; + .container-fluid { + position: absolute; + left: 0; + top: 0; + width: 100%; + } } img { -- cgit v1.2.3-1-g7c22 From 4af0cb7767d2e6a431b74f280a54b96d86ef7774 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Tue, 15 Dec 2015 00:05:48 +0500 Subject: Fixing pageup issue --- web/sass-files/sass/partials/_base.scss | 6 ------ 1 file changed, 6 deletions(-) (limited to 'web/sass-files/sass/partials/_base.scss') diff --git a/web/sass-files/sass/partials/_base.scss b/web/sass-files/sass/partials/_base.scss index 9271fad47..4f9e1d5c7 100644 --- a/web/sass-files/sass/partials/_base.scss +++ b/web/sass-files/sass/partials/_base.scss @@ -43,12 +43,6 @@ body { @include clearfix; height: 100%; position: relative; - .container-fluid { - position: absolute; - left: 0; - top: 0; - width: 100%; - } } img { -- cgit v1.2.3-1-g7c22