rust-by-practice
rust-by-practice copied to clipboard
"Next Chapter" button not clickable in index chapters
If you look at the video below, the next button in the index chapters isn't clickable, like it is in child chapters.
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. https://github.com/sunface/rust-by-practice/blob/303bcf08e799868de03a7e97e4fa4793b1c7f45a/en/theme/style1.css#L19-L25
@sunface