diff options
| author | taehoon <th.dev91@gmail.com> | 2019-10-18 12:24:03 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-10-18 12:24:03 -0400 |
| commit | 5eeded567579ca4c65b97729aa8d83ad52351cbb (patch) | |
| tree | 43534558656bc076417d94be929078ef51fac199 /src/components/modal/modal.vue | |
| parent | 95ad5ccaf1378bed6f5226c61610b00e789a696a (diff) | |
fix message input not auto-focusing bug
Diffstat (limited to 'src/components/modal/modal.vue')
| -rw-r--r-- | src/components/modal/modal.vue | 2 |
1 files changed, 1 insertions, 1 deletions
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; } } </style> |
