diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-12-31 15:07:45 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-31 15:07:45 -0500 |
commit | 369e4e40f4aaa3ed62a2d7bcb0af36ae59477826 (patch) | |
tree | 0a2a2c09ad3ec3406c2240f6b126736be3284be8 /ext | |
parent | 155b2b27f63b979afd189710f73dfa8a228363c0 (diff) |
Fix kanji selection area being on top of tags (#1191)
Diffstat (limited to 'ext')
-rw-r--r-- | ext/mixed/css/display.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/mixed/css/display.css b/ext/mixed/css/display.css index 8198e952..6f5af7a8 100644 --- a/ext/mixed/css/display.css +++ b/ext/mixed/css/display.css @@ -1252,6 +1252,8 @@ button.action-button[data-icon=source-term]::before { line-height: 1; padding: 0.01em; vertical-align: top; + position: relative; + z-index: -1; } .kanji-glyph-data { margin-top: 0.75em; |