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; }