regebro / impress-console

Speaker notes for impress.js
MIT License
133 stars 32 forks source link

<div class="notes"></div> is visible by default #11

Closed edu791 closed 10 years ago

edu791 commented 10 years ago

I've noticed that notes you define inside a step element are visible by default. So I have to manually write a CSS rule like this:

.step .notes{
    display: none;
}

Is there any possibility to add that CSS rule by default on the Impressjs-console library?

regebro commented 10 years ago

The CSS for the presentation is not under the control of the library at all, so no that is not possible.