mirror of
https://github.com/john-okeefe/foliate-js.git
synced 2026-09-09 11:29:14 -04:00
Fix header/footer z-index
This commit is contained in:
+1
-2
@@ -381,7 +381,6 @@ export class Paginator extends HTMLElement {
|
||||
right: 0;
|
||||
display: grid;
|
||||
margin: auto;
|
||||
z-index: 1;
|
||||
}
|
||||
:is(#header, #footer) > * {
|
||||
display: flex;
|
||||
@@ -400,10 +399,10 @@ export class Paginator extends HTMLElement {
|
||||
</style>
|
||||
<div id="background" part="filter"></div>
|
||||
<div id="max-width">
|
||||
<div id="header"></div>
|
||||
<div id="max-height">
|
||||
<div id="container"></div>
|
||||
</div>
|
||||
<div id="header"></div>
|
||||
<div id="footer"></div>
|
||||
</div>
|
||||
`
|
||||
|
||||
Reference in New Issue
Block a user