diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-03-01 11:31:19 -0500 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-03-01 11:31:19 -0500 |
commit | a46a84ee151fd218407125cc43a49632427feca2 (patch) | |
tree | 35bce104b8377d833f31f4f0a04a414fda337715 | |
parent | 52d8d658a2bbf0dea8fecebe2db7f80934353c91 (diff) |
Increase z-index for navigation-header
-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 5a0775f0..c4758235 100644 --- a/ext/mixed/css/display.css +++ b/ext/mixed/css/display.css @@ -78,6 +78,7 @@ ol, ul { padding: 0.25em 0.5em; border-bottom-width: 0.07142857em; /* 14px => 1px */ border-bottom-style: solid; + z-index: 10; } :root[data-yomichan-page=search] .navigation-header { |