mirror of
https://github.com/flarum/framework.git
synced 2024-12-13 07:03:35 +08:00
Pull discussion pane further off-screen so shadow is not visible
This commit is contained in:
parent
f8a02082ec
commit
a7903bac3a
|
@ -69,7 +69,7 @@
|
|||
|
||||
@media @tablet-up {
|
||||
.DiscussionPage-list {
|
||||
left: -@pane-width;
|
||||
left: -@pane-width - 6px;
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
z-index: @zindex-pane;
|
||||
|
|
Loading…
Reference in New Issue
Block a user