Skip to content

Commit

Permalink
fix(overscroll): disable refresh page on pull down
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaraa committed Jun 2, 2024
1 parent c6d5978 commit 9d54e9c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
@tailwind components;
@tailwind utilities;

html,
body {
overscroll-behavior-y: contain;
}

html,
body,
div,
Expand Down

0 comments on commit 9d54e9c

Please sign in to comment.