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:
@ -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);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user