From 878c6ecafc756d1f14b413c57212a89ac4e61f86 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Tue, 5 Jul 2016 16:21:51 +0500 Subject: PLT-3490 - Fixing RHS issue on Edge (#3474) --- webapp/sass/layout/_sidebar-right.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/webapp/sass/layout/_sidebar-right.scss b/webapp/sass/layout/_sidebar-right.scss index d98474a7f..fb57b6146 100644 --- a/webapp/sass/layout/_sidebar-right.scss +++ b/webapp/sass/layout/_sidebar-right.scss @@ -14,13 +14,18 @@ @include single-transition(background-color, .5s, ease); background-color: alpha-color($black, 0); height: 100%; - left: -100%; position: absolute; top: 0; visibility: hidden; width: 300%; } + &.move--left { + .sidebar--right__bg { + left: -100%; + } + } + .post-body { img { max-height: 200px; -- cgit v1.2.3-1-g7c22