fix message input not auto-focusing bug
This commit is contained in:
parent
95ad5ccaf1
commit
5eeded5675
|
@ -28,7 +28,7 @@
|
||||||
animation-name: modal-background-fadein;
|
animation-name: modal-background-fadein;
|
||||||
|
|
||||||
body:not(.scroll-locked) & {
|
body:not(.scroll-locked) & {
|
||||||
display: none;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue