mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +00:00
18 lines
260 B
Plaintext
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;
|
|
}
|
|
} |