probberechts / hexo-theme-cactus

:cactus: A responsive, clean and simple theme for Hexo.
https://probberechts.github.io/hexo-theme-cactus/
MIT License
3.15k stars 783 forks source link

Fix hidden menu bug #286

Closed foxB612 closed 3 years ago

foxB612 commented 3 years ago

A minor bug related to the top menu. Because the #menu uses visibility: hidden instead of display: none, it will always occupy the space on top of the main body. Then the width of it is large enough (due to long #nav) to block interactive elements under it. In the following case, copy button of the code block is not clickable. image image p.s. In normal case this won't matter because #nav will be set to display: none when scrolling to post content. I found this issue when I was doing a refresh.