From 683b98df6daa0333cdcf3c2d7c2b7a45f74b61c4 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 5 Jun 2017 19:36:33 -0400 Subject: fixing obnoxious scroll bug --- client/web/build/index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'client/web/build/index.html') diff --git a/client/web/build/index.html b/client/web/build/index.html index 6357b1d..ad2193a 100644 --- a/client/web/build/index.html +++ b/client/web/build/index.html @@ -18,6 +18,10 @@ body,html { } .modal { transition: all 400ms; + pointer-events: none; +} +.modal.visible { + pointer-events: auto; } svg { -webkit-user-select: none; @@ -34,7 +38,7 @@ body {
- + -- cgit v1.2.3-70-g09d2