Increase z-index for navigation-header

This commit is contained in:
toasted-nutbread 2020-03-01 11:31:19 -05:00
parent 52d8d658a2
commit a46a84ee15

View File

@ -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 {