From 6340b60d8cdc522e7a3b0720d935922bce059748 Mon Sep 17 00:00:00 2001 From: r Date: Sun, 5 Sep 2021 17:04:45 +0000 Subject: Fix "more content" z-index --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3