PLT-3490 - Fixing RHS issue on Edge (#3474)

This commit is contained in:
Asaad Mahmood
2016-07-05 16:21:51 +05:00
committed by Joram Wilander
parent bc726b0840
commit 878c6ecafc

View File

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