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/build/index.html | |
| parent | 0db4fb0e088b55786928a994d70f1c1c6040e4ab (diff) | |
fixing obnoxious scroll bug
Diffstat (limited to 'client/web/build/index.html')
| -rw-r--r-- | client/web/build/index.html | 6 |
1 files changed, 5 insertions, 1 deletions
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 { </head> <body class='loading'> <div id="react-root"></div> - <script type="text/javascript" src="/javascript/vendor/react-d93cd212f3f54cac.dll.js"></script><script type="text/javascript" src="/javascript/vendor/lib-405241cbc87da84c.js"></script><script type="text/javascript" src="/javascript/app-405241cbc87da84c.js"></script></body> + <script type="text/javascript" src="/javascript/vendor/react-d93cd212f3f54cac.dll.js"></script><script type="text/javascript" src="/javascript/vendor/lib-aadd4eb3e97866aa.js"></script><script type="text/javascript" src="/javascript/app-aadd4eb3e97866aa.js"></script></body> <script src="https://www.youtube.com/iframe_api"></script> </html> |
