diff options
Diffstat (limited to 'src/frontend/app/root.css')
| -rw-r--r-- | src/frontend/app/root.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/frontend/app/root.css b/src/frontend/app/root.css index da3ab67..d72d776 100644 --- a/src/frontend/app/root.css +++ b/src/frontend/app/root.css @@ -40,6 +40,9 @@ body { height: 100dvh; width: 100%; overflow: hidden; + + /* Disable browser's native pull-to-refresh on mobile */ + overscroll-behavior-y: contain; } .main-content { |
