Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2625cf4

Browse files
authoredMar 26, 2024··
Merge branch 'develop' into 19188
2 parents 635273a + f075cd0 commit 2625cf4

File tree

1 file changed

+2
-1
lines changed
  • src/status_im/contexts/profile/settings

1 file changed

+2
-1
lines changed
 

‎src/status_im/contexts/profile/settings/view.cljs

+2-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@
6868
:footer [footer insets logout-press]
6969
:scroll-event-throttle 16
7070
:on-scroll #(scroll-handler % scroll-y)
71-
:bounces false}]
71+
:bounces false
72+
:over-scroll-mode :never}]
7273
[quo/floating-shell-button
7374
{:key :shell
7475
:jump-to

0 commit comments

Comments
 (0)
Please sign in to comment.