From abc0da1f003459c6740c958991df6f82947cb113 Mon Sep 17 00:00:00 2001 From: flexsurfer Date: Fri, 31 May 2024 14:18:09 +0200 Subject: [PATCH] Scrollbar is shown in the middle of the page (IOS only) #20268 (#20282) --- .../contexts/chat/messenger/messages/list/view.cljs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/status_im/contexts/chat/messenger/messages/list/view.cljs b/src/status_im/contexts/chat/messenger/messages/list/view.cljs index c0f0905ff4..cc2908f1b2 100644 --- a/src/status_im/contexts/chat/messenger/messages/list/view.cljs +++ b/src/status_im/contexts/chat/messenger/messages/list/view.cljs @@ -407,9 +407,10 @@ :distance-from-list-top distance-from-list-top}) :on-end-reached #(list-on-end-reached distance-from-list-top) :on-scroll-to-index-failed identity - :scroll-indicator-insets {:top (if (:able-to-send-message? context) - (- composer.constants/composer-default-height 16) - 0)} + :scroll-indicator-insets {:top (if (:able-to-send-message? context) + (- composer.constants/composer-default-height 16) + 0) + :right 1} :keyboard-dismiss-mode :interactive :keyboard-should-persist-taps :always :on-scroll-begin-drag #(do