1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 13:10:24 +02:00

Add z-index rule as part of fixing replies dropdown menu width (#2178)

This commit is contained in:
Sami Mazouz
2020-05-23 00:50:39 +02:00
committed by GitHub
parent c73ce3e768
commit 13c33c409e

View File

@@ -288,6 +288,7 @@
margin-top: -5px;
float: right;
position: relative;
z-index: 1;
.transition(opacity 0.2s);