From 63f30215ed6cd093bcfcfd1bc935e03798ab1d1f Mon Sep 17 00:00:00 2001 From: Tor Hveem Date: Wed, 16 Jul 2014 19:35:56 +0200 Subject: [PATCH] Fix modal closing on mobile Removing the click handler on the backdrop fixes it, because apparently the inside listeners stop propagating. We should look for a fix on backdrop clicking too. And we should also support clicking ESC to close modal. --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 9d3bde1..f168188 100644 --- a/index.html +++ b/index.html @@ -263,11 +263,11 @@ $ openssl req -nodes -newkey rsa:4096 -keyout relay.pem -x509 -days 365 -out rel
-
-