1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +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 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;