Fix "more content" z-index

This commit is contained in:
r 2021-09-05 17:04:45 +00:00
parent e2499a8d1c
commit 6340b60d8c
1 changed files with 1 additions and 1 deletions

View File

@ -482,7 +482,6 @@ img.emoji {
.more-container {
position: relative;
display: inline-block;
z-index: 1;
}
.more-content {
@ -491,6 +490,7 @@ img.emoji {
background-color: #d2d2d2;
padding: 2px 4px;
border: 1px solid #aaaaaa;
z-index: 1;
}
.more-container:hover .more-content {