We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5bcc15 + 00430ee commit 28a03faCopy full SHA for 28a03fa
docs/view.md
@@ -327,15 +327,15 @@ Controls whether the `View` can be the target of touch events.
327
pointer-events: none;
328
}
329
.box-none * {
330
- pointer-events: all;
+ pointer-events: auto;
331
332
```
333
334
- `'box-only'`: The view can be the target of touch events but it's subviews cannot be. It behaves like if the view had the following classes in CSS:
335
336
337
.box-only {
338
339
340
.box-only * {
341
0 commit comments