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

Add an option for having the button menu at the top of the presentation #103

Open jpggithub opened 11 months ago

jpggithub commented 11 months ago

Currently the button menu is at the bottom of the presentation (left or right following the side option).

Can you add an option to put it at the top (left or right) ? It is more usual for websites.

jpggithub commented 11 months ago

Without this feature, there is a workaround. In plugin/menu/menu.css, under the line .reveal .slide-menu-button, change bottom: 30px; by top: 30px;. Done!