diff options
author | r <r@freesoftwareextremist.com> | 2021-09-05 17:04:45 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2021-09-05 17:04:45 +0000 |
commit | 6340b60d8cdc522e7a3b0720d935922bce059748 (patch) | |
tree | 3f36cc8243cb56517f10d0ed56d5a05686af7dbd | |
parent | e2499a8d1c8cc23ee1db198a5c452744b1db2eab (diff) | |
download | bloat-6340b60d8cdc522e7a3b0720d935922bce059748.tar.gz bloat-6340b60d8cdc522e7a3b0720d935922bce059748.zip |
Fix "more content" z-index
-rw-r--r-- | static/style.css | 2 |
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 { |