Skip to content

Commit

Permalink
fix: removed bounce from lightbox text-sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
clauxx committed Oct 17, 2023
1 parent 428d796 commit 694bb7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/status_im2/contexts/chat/lightbox/text_sheet/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
[gesture/scroll-view
{:scroll-enabled @expanded?
:scroll-event-throttle 16
:bounces false
:on-scroll #(utils/on-scroll % @expanded? @dragging? animations)
:style {:height (- max-height constants/bar-container-height)}}
[message-view/render-parsed-text
Expand Down

0 comments on commit 694bb7e

Please sign in to comment.