aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index 4e1ddce..cd7e98c 100644
--- a/static/style.css
+++ b/static/style.css
@@ -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 {