This commit is contained in:
tiago.kayaya
2021-07-26 14:34:52 +01:00
parent a390c00797
commit b75027fd98
4 changed files with 20 additions and 13 deletions
@@ -123,8 +123,17 @@
font-size: 13px;
font-family: Roboto;
overflow: auto;
//set scroll do bottom
position: absolute;
top: 0;
left: 0;
overflow-x: hidden;
overflow-y: auto;
width: 100%;
//height: 100%;
height: 100%;
word-wrap: break-word;
-webkit-overflow-scrolling: touch;
.incoming-true, .incoming-false{
width: 305px;