diff --git a/css/examples.css b/css/examples.css index 0b738aa5..50b89fc7 100644 --- a/css/examples.css +++ b/css/examples.css @@ -755,6 +755,13 @@ a.viewsource:before { margin-top: 20px; } +.disablePointerEvents { + pointer-events: none; +} +.disablePointerEvents a { + pointer-events: auto; +} + /* Codehighlighting diff --git a/examples/advanced/custom_containers.html b/examples/advanced/custom_containers.html index 55887faf..13decb69 100644 --- a/examples/advanced/custom_containers.html +++ b/examples/advanced/custom_containers.html @@ -39,7 +39,7 @@

One page can have multiple scroll containers.

-
+

Wait for green.

view source
@@ -68,7 +68,7 @@

One page can have multiple scroll containers.

-
+

Wait for green.

view source
diff --git a/examples/expert/mobile_advanced.html b/examples/expert/mobile_advanced.html index 29bb36c5..7db45609 100644 --- a/examples/expert/mobile_advanced.html +++ b/examples/expert/mobile_advanced.html @@ -40,7 +40,7 @@

Pure mobile magic.

-
+

What's the Point?

view source