1
0
mirror of https://github.com/flarum/core.git synced 2025-07-09 11:03:06 +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 e627616750
commit d6acf28fcb

View File

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