1
0
mirror of https://github.com/flarum/core.git synced 2025-08-01 22:20:21 +02:00

Reconfigure z-index hierarchy: show dropdowns above post composer

This commit is contained in:
Toby Zerner
2016-03-28 13:32:23 +10:30
parent 53b32eda12
commit ff77912dc6
3 changed files with 3 additions and 8 deletions

View File

@@ -128,7 +128,6 @@
.DiscussionPage-list {
.panePinned & {
left: 0;
z-index: @zindex-composer - 1;
.transition(none);
}
}

View File

@@ -263,7 +263,6 @@
margin-top: -5px;
float: right;
position: relative;
z-index: 1;
.transition(opacity 0.2s);
.EventPost &, .Post--hidden:not(.revealContent) & {
@@ -288,9 +287,6 @@
.Post:hover &, &.open {
opacity: 1;
}
&.open {
z-index: 2;
}
}
.PostPreview {