Skip to content

Commit

Permalink
[#19117] fix: setting over scroll shows gap
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsen-ghafouri committed Mar 21, 2024
1 parent 40e6c44 commit 1b6d931
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 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 1b6d931

Please sign in to comment.