Fixed messages not wrapping + changed some styles to accomodate scrollbar better
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
width: 100%;
|
||||
justify-content: center;
|
||||
position: absolute;
|
||||
bottom: 5px;
|
||||
bottom: 75px;
|
||||
}
|
||||
|
||||
.nameChangeView {
|
||||
@@ -32,3 +32,14 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.chatContainer {
|
||||
display: grid;
|
||||
grid-template-rows: 1fr 65px;
|
||||
height: 100%;
|
||||
}
|
||||
.virtuoso {
|
||||
width: auto;
|
||||
overflow-y: scroll;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user