reveal.js-toolbar icon indicating copy to clipboard operation
reveal.js-toolbar copied to clipboard

Toolbar stops working after using overview button

Open mfmcc1 opened this issue 6 years ago • 1 comments

When enabling the overview button in the toolbar, it works in the first instance, but when returning to full slide view, the toolbar is no longer accessible and requires a screen refresh to be accessible again. Have tested in chrome, firefox and safari.

mfmcc1 avatar Jul 18 '19 11:07 mfmcc1

I have the same issue, which seems to be linked to a z-index bug. I have fixed it with a simple CSS instruction:

.reveal .reveal-toolbar {
    z-index: 1000;
}

ThierryNapspirit avatar Oct 28 '19 13:10 ThierryNapspirit