Skip to content

Commit

Permalink
[#19117] fix: setting over scroll shows gap (#19352)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsen-ghafouri authored and mmilad75 committed Apr 2, 2024
1 parent 7ac746c commit a4217d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/status_im/contexts/profile/settings/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@
:footer [footer insets logout-press]
:scroll-event-throttle 16
:on-scroll #(scroll-handler % scroll-y)
:bounces false}]
:bounces false
:over-scroll-mode :never}]
[quo/floating-shell-button
{:key :shell
:jump-to
Expand Down

0 comments on commit a4217d8

Please sign in to comment.