From a46a84ee151fd218407125cc43a49632427feca2 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sun, 1 Mar 2020 11:31:19 -0500 Subject: Increase z-index for navigation-header --- ext/mixed/css/display.css | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/mixed') 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 { -- cgit v1.2.3