forked from rDrama/rDrama
1
0
Fork 0
Aevann1 2022-03-23 21:43:34 +02:00
parent 77db78bf00
commit eb3e594154
1 changed files with 2 additions and 1 deletions

View File

@ -121,7 +121,8 @@
</style> </style>
<script> <script>
box.scrollTo(0, box.scrollHeight) const box2 = document.getElementById('chat-window')
box2.scrollTo(0, box2.scrollHeight)
</script> </script>
{% include "emoji_modal.html" %} {% include "emoji_modal.html" %}