basic improvements in formatting
This commit is contained in:
parent
5e455455cb
commit
27db90cd58
4 changed files with 11 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
.chat-inner-wrapper {
|
||||
height: 500px;
|
||||
overflow-y: auto;
|
||||
overflow-wrap: normal;
|
||||
height: 50vh;
|
||||
overflow-y:scroll;
|
||||
/* overflow-wrap: normal; */
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
|
@ -10,6 +10,6 @@
|
|||
margin-top: 5px;
|
||||
}
|
||||
.chat {
|
||||
min-height: 80vh;
|
||||
/* min-height: 80vh; */
|
||||
position: relative;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue