bespokejs / bespoke

DIY Presentation Micro-Framework
http://markdalgleish.com/projects/bespoke.js/
MIT License
4.68k stars 443 forks source link

adding pointer-events: none; to the inactive slides, so in webkit inacti... #13

Closed davsket closed 11 years ago

davsket commented 11 years ago

Adding pointer-events: none; to the inactive slides, so in webkit inactive slides won't overlap interactions from the active one.

In a presentation, if you try to select text or see title-tooltips, inactive slides overlap making this imposible, this fixes it ( this happens in Chrome ).

markdalgleish commented 11 years ago

Thanks for the pull request! :)