1
0
mirror of https://github.com/flarum/core.git synced 2025-07-23 17:51:24 +02:00

Make sure discussion sidebar appears above posts

This commit is contained in:
Toby Zerner
2015-06-26 12:18:32 +09:30
parent 9a04603587
commit 8cc47c77de

View File

@@ -61,6 +61,7 @@
& > ul { & > ul {
position: fixed; position: fixed;
margin-top: 30px; margin-top: 30px;
z-index: 1;
& > li { & > li {
margin-bottom: 10px; margin-bottom: 10px;