diff options
Diffstat (limited to 'client/web/templates/index.ejs')
| -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; |
