Merge branch 'kalikatz/tweak_to_chat_scroll_issue' into 'master'

Kalikatz/tweak to chat scroll issue

See merge request veloren/veloren!2962
This commit is contained in:
Imbris 2022-01-24 06:14:08 +00:00
commit 086b4bece8

View File

@ -135,7 +135,7 @@ impl<'a> Chat<'a> {
.widget(state.ids.message_box)
.and_then(|widget| widget.maybe_y_scroll_state)
{
scroll.offset >= scroll.offset_bounds.start
scroll.offset + 50.0 >= scroll.offset_bounds.start
} else {
false
}