Derrick Schultz (he/him)

Results 79 comments of Derrick Schultz (he/him)
trafficstars

try this: ``` span.z, span.z > img { pointer-events: none; } ``` Its possible its due to the span, or the image, or both. So you might want to play...

fwiw I definitely have to use that for spans inside a tags.

I think that’s expected behavior, although poorly documented.

I know that with a `span` inside an `a` tag it also doesn’t work. My guess is that iBooks is very careful about the exact target you’re tapping on. `pointer-events:none`...

ah, interesting. that definitely sounds like a bug. But is the target even visible?

ok, very interesting. mind forking that into its own issue?

I recommend checking out the paper—there are examples of each in there

seems like a colab issue. Im able to run it locally in jupyter but not on Colab. See this issue: https://github.com/davidbau/rewriting/issues/6