rust-by-practice icon indicating copy to clipboard operation
rust-by-practice copied to clipboard

"Next Chapter" button not clickable in index chapters

Open koiralakiran1 opened this issue 1 year ago • 2 comments

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 avatar Mar 26 '24 14:03 koiralakiran1

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

koiralakiran1 avatar Mar 26 '24 14:03 koiralakiran1

@sunface

koiralakiran1 avatar May 05 '24 13:05 koiralakiran1