chat margin change again

master
Aevann1 2022-08-15 08:51:35 +02:00
parent acabaf0dc9
commit b2793bb3d9
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
<style> <style>
#chat-window { #chat-window {
max-height: 73vh; max-height: calc(100vh - 220px);
overflow-y: scroll; overflow-y: scroll;
background-color: transparent !important; background-color: transparent !important;
} }