fix message input not auto-focusing bug

This commit is contained in:
taehoon 2019-10-18 12:24:03 -04:00
parent 95ad5ccaf1
commit 5eeded5675
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
animation-name: modal-background-fadein;
body:not(.scroll-locked) & {
display: none;
opacity: 0;
}
}
</style>