You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
342 B

body {
background-color: whitesmoke;
}
.chatWrapper {
height: 80%;
overflow-y: scroll;
background-color: silver;
visibility: hidden;
size: 0px;
border: 50px;
border-color: red;
}
.composeForm{
position: fixed;
bottom:0px;
height:30px;
width: 100%;
}
.callButton {
visibility: hidden;
}