aboutsummaryrefslogtreecommitdiff
path: root/ext/mixed/css
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-03-01 11:31:19 -0500
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-03-01 11:31:19 -0500
commita46a84ee151fd218407125cc43a49632427feca2 (patch)
tree35bce104b8377d833f31f4f0a04a414fda337715 /ext/mixed/css
parent52d8d658a2bbf0dea8fecebe2db7f80934353c91 (diff)
Increase z-index for navigation-header
Diffstat (limited to 'ext/mixed/css')
-rw-r--r--ext/mixed/css/display.css1
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 {