Reader scroll area fix (#1257)
* Changes to make the pagination area scrollable (not working, debug code for Robbie) * Adjusted the html to be easier to understand and more streamlined * Fixed inability to scroll in manga reader over pagination areas for everything but the bottom bar * Book reader now allows you to scroll over pagination area
This commit is contained in:
parent
ccb6414e9e
commit
cdc4931770
8 changed files with 93 additions and 92 deletions
|
|
@ -8,7 +8,6 @@ body {
|
|||
color-scheme: var(--color-scheme);
|
||||
max-height: 100%;
|
||||
overflow-y: auto;
|
||||
//margin-top: 56px; // Set by nav service
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue