From cac08c8f064dfa0af705e6e2570f182d855c6d01 Mon Sep 17 00:00:00 2001 From: Jay Ohms Date: Sat, 28 Feb 2026 04:39:36 -0500 Subject: [PATCH] Disable search results nested scrolling behavior for mobile apps --- app/assets/stylesheets/native.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/native.css b/app/assets/stylesheets/native.css index 521ca00ff..863f57596 100644 --- a/app/assets/stylesheets/native.css +++ b/app/assets/stylesheets/native.css @@ -96,6 +96,10 @@ /* Search /* ------------------------------------------------------------------------ */ + .search { + overscroll-behavior: auto; + } + .search__title { text-decoration: none; }