15 lines
196 B
SCSS
15 lines
196 B
SCSS
// Now the message box which must be pinned at the bottom
|
|
#send-container {
|
|
position: absolute;
|
|
bottom: 0;
|
|
height: 60px;
|
|
}
|
|
|
|
#message-box {
|
|
margin-top: auto;
|
|
}
|
|
|
|
#message-area {
|
|
width: 50vw;
|
|
}
|