denehyg / reveal.js-menu

Slide out menu for reveal.js
https://denehyg.github.io/reveal.js-menu
MIT License
281 stars 76 forks source link

Hide menu button #76

Open adgaudio opened 3 years ago

adgaudio commented 3 years ago

Bug fix: The menu button does not hide in print pdf mode.

The css had body.print-pdf but in my version of revealjs, the actual css was html.print-pdf. Changing the menu button to this setting fixed the bug.