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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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