18 lines
260 B
Plaintext

.liveChat {
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
position: relative;
.textInput {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: fit-content;
}
}