Skip to content

Commit f075cd0

Browse files
[#19117] fix: setting over scroll shows gap (#19352)
1 parent 1d44472 commit f075cd0

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

Lines changed: 2 additions & 1 deletion
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)