1
0
mirror of https://github.com/flarum/core.git synced 2025-06-05 14:15:32 +02:00

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 556b93e367
commit 854e131ef1

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;