Merge branch '223-fix-message-InputText-scroll' into 'dev'

fix message InputText scroll behaviour

For issue #223

See merge request keanuapp/keanuapp-weblite!165
This commit is contained in:
N Pex 2023-04-10 08:27:26 +00:00
commit 93704942de

View file

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