Pull discussion pane further off-screen so shadow is not visible

This commit is contained in:
Toby Zerner 2015-08-04 17:19:01 +09:30
parent f8a02082ec
commit a7903bac3a

View File

@ -69,7 +69,7 @@
@media @tablet-up {
.DiscussionPage-list {
left: -@pane-width;
left: -@pane-width - 6px;
width: 100%;
position: absolute;
z-index: @zindex-pane;