fix(actionsheet): Dismiss actionsheet when tapping backdrop, closes #733

This commit is contained in:
Adam Bradley
2014-03-06 08:08:27 -06:00
parent 44b31e1887
commit 668c646faa

View File

@@ -92,7 +92,7 @@
pointer-events: none;
}
.action-sheet {
.action-sheet-backdrop {
pointer-events: auto;
}
}