akrabat / avalanche

A theme for landslide
68 stars 22 forks source link

Unable to select text from the slides #8

Closed rodrigoprimo closed 9 years ago

rodrigoprimo commented 10 years ago

It is not possible to select text from the slides.

I notice that if I try to select text from the current slide the text from the next slide is selected.

This doesn't happen with landslide default theme.

Any ideas?

rodrigoprimo commented 10 years ago

The commit above fix the problem with text selection but remove the transition effect. It should be easy to make the transition effect work with minor changes to the JS file.

akrabat commented 10 years ago

Can you this is a PR ?

bchhun commented 9 years ago

My fix for issue #10 resolves this one as well.

It was a matter of using the z-index property on the current slide so that it's over all the other slides with a z-index of 0

akrabat commented 9 years ago

Excellent!