diff options
author | r <r@freesoftwareextremist.com> | 2021-09-05 17:04:45 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2021-09-05 17:31:45 +0000 |
commit | 4351155f67963b58feeba0d16bb998862ceb4d69 (patch) | |
tree | 49f07fdfbc4cc036ea71ef7b03dff8aed455ab35 | |
parent | 34a8250d128cd82369651307d8f3009eb1adc390 (diff) | |
download | bloat-4351155f67963b58feeba0d16bb998862ceb4d69.tar.gz bloat-4351155f67963b58feeba0d16bb998862ceb4d69.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 { |