Skip to content

Commit

Permalink
fix: disable bounces
Browse files Browse the repository at this point in the history
  • Loading branch information
BalogunofAfrica committed Apr 25, 2024
1 parent d174ff0 commit e07bc3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/status_im/common/scroll_page/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@
:page-nav-props page-nav-props
:overlay-shown? overlay-shown?}]
[rn/scroll-view
{:content-container-style {:flex-grow 1}
{:bounces false
:content-container-style {:flex-grow 1}
:content-inset-adjustment-behavior :never
:shows-vertical-scroll-indicator false
:scroll-event-throttle 16
Expand Down

0 comments on commit e07bc3f

Please sign in to comment.