fix message InputText scroll behaviour

This commit is contained in:
10G Meow 2023-04-09 11:05:19 +03:00
parent 19d3605e11
commit b3aaa26416

View file

@ -296,6 +296,7 @@ body {
/* Remove text underline */
color: transparent !important;
min-height: 20px;
overflow: hidden;
}
}