huangyuzhang / Fizzy-Theme

🥤A tasty blogging theme for Ghost.
https://fizzy.cc
MIT License
282 stars 68 forks source link

Don't show the search btn on scroll if disabled #57

Closed le717 closed 3 years ago

le717 commented 3 years ago

If show_search === false, scrolling on any page makes the search button visible. This quick patch adds a guard to check show_search and respond accordingly.