diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-03-28 12:01:55 -0400 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-03-28 12:01:55 -0400 |
commit | 431473d55c8b429370ae93aeb918455729dc7fc9 (patch) | |
tree | b1aceb9290c5e28c0a52f4bc070817e6a0cd3cf1 | |
parent | 0d80fcdf86745da133e4510eeea809a4eeafe120 (diff) |
Fix layering issue
-rw-r--r-- | ext/mixed/css/display.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mixed/css/display.css b/ext/mixed/css/display.css index cb2f045f..1e385abb 100644 --- a/ext/mixed/css/display.css +++ b/ext/mixed/css/display.css @@ -310,6 +310,7 @@ button.action-button { width: 0; height: 0; visibility: hidden; + z-index: 1; } .term-expression-list[data-multi=true] .term-expression:hover .term-expression-details { |