diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-06-05 19:36:33 -0400 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-06-05 19:36:33 -0400 |
| commit | 683b98df6daa0333cdcf3c2d7c2b7a45f74b61c4 (patch) | |
| tree | 866f18bc001e19e70503239205056c8fabc7add1 /client/web/templates | |
| parent | 0db4fb0e088b55786928a994d70f1c1c6040e4ab (diff) | |
fixing obnoxious scroll bug
Diffstat (limited to 'client/web/templates')
| -rw-r--r-- | client/web/templates/index.ejs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/web/templates/index.ejs b/client/web/templates/index.ejs index c5caee9..7b91829 100644 --- a/client/web/templates/index.ejs +++ b/client/web/templates/index.ejs @@ -18,6 +18,10 @@ body,html { } .modal { transition: all 400ms; + pointer-events: none; +} +.modal.visible { + pointer-events: auto; } svg { -webkit-user-select: none; |
