forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-03-20 01:08:22 +02:00
parent f0394e916c
commit 9405721f3c
1 changed files with 10 additions and 1 deletions

View File

@ -50,7 +50,7 @@
</div>
<script src="/assets/js/socketio.js"></script>
<script src="/assets/js/chat.js?v=4"></script>
<script src="/assets/js/chat.js?v=5"></script>
<style>
@ -65,6 +65,15 @@
height: 42px;
}
#chat-window::-webkit-scrollbar {
display: none;
}
#chat-window {
-ms-overflow-style: none;
scrollbar-width: none;
}
</style>
{% endblock %}