Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove pointer-events dependency #18

Merged
merged 2 commits into from Dec 23, 2014

Conversation

zzarcon
Copy link
Owner

@zzarcon zzarcon commented Dec 23, 2014

Remove the CSS pointer-events property dependency for improve compatibility with older browsers.

The problem right now was that the columns are wrapped into a div positioned absolute filling the whole window, and with pointer-events: none, later the columns has pointer-events: all for disable interaction with the covered content.

Please check the where you can use this feature http://caniuse.com/#feat=pointer-events.

Also re-add the sample-app folder for test the lib in local

zzarcon added a commit that referenced this pull request Dec 23, 2014
@zzarcon zzarcon merged commit 7ea15b9 into master Dec 23, 2014
@zzarcon zzarcon deleted the chore/remove_pointer_events_dependency branch December 23, 2014 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant