From 5eeded567579ca4c65b97729aa8d83ad52351cbb Mon Sep 17 00:00:00 2001 From: taehoon Date: Fri, 18 Oct 2019 12:24:03 -0400 Subject: [PATCH] fix message input not auto-focusing bug --- src/components/modal/modal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/modal/modal.vue b/src/components/modal/modal.vue index 51f35262..74e81109 100644 --- a/src/components/modal/modal.vue +++ b/src/components/modal/modal.vue @@ -28,7 +28,7 @@ animation-name: modal-background-fadein; body:not(.scroll-locked) & { - display: none; + opacity: 0; } }