Change style for chat

This commit is contained in:
Hepatica
2024-01-29 22:17:20 +01:00
parent ff80ad7185
commit a57057911f
2 changed files with 3 additions and 2 deletions

View File

@@ -56,7 +56,8 @@
}
.chat__content--users {
height: 590px;
/* height: 590px; */
height: 70vh;
width: auto;
overflow-y: auto;
overflow-x: auto;

View File

@@ -107,7 +107,7 @@ body, html {
background: #16171B;
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
border-radius: 20px;
height: 90%;
height: 99%;
position: relative;
z-index: 3;
}