This commit is contained in:
everythingonblack
2025-05-30 22:47:29 +07:00
parent 6f9e68f431
commit 8b384b690a
8 changed files with 288 additions and 55 deletions

View File

@@ -5,8 +5,8 @@
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
display: flex;
flex-direction: column;
height: 71vh;
overflow: hidden;
height: 100vh;
overflow: auto;
}
.chatHeader {