Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Next Chapter" button not clickable in index chapters #513

Open
koiralakiran1 opened this issue Mar 26, 2024 · 2 comments
Open

"Next Chapter" button not clickable in index chapters #513

koiralakiran1 opened this issue Mar 26, 2024 · 2 comments

Comments

@koiralakiran1
Copy link

If you look at the video below, the next button in the index chapters isn't clickable, like it is in child chapters.

screen-capture.webm
@koiralakiran1
Copy link
Author

koiralakiran1 commented Mar 26, 2024

The problem seems to be the sidebar(nav.pagetoc) taking more height and overlays on top of this button because of the higher z-index. The fix would be probably to change height to max-height instead. LMK what you think.

I'll be happy to create a fix for it.

.pagetoc {
position: fixed;
width: 200px;
height: calc(100vh - var(--menu-bar-height) - 10rem);
overflow: auto;
z-index: 1000;
}

@koiralakiran1
Copy link
Author

@sunface

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant