Disable search results nested scrolling behavior for mobile apps

This commit is contained in:
Jay Ohms
2026-02-28 04:39:36 -05:00
parent 9128fb276b
commit cac08c8f06
+4
View File
@@ -96,6 +96,10 @@
/* Search
/* ------------------------------------------------------------------------ */
.search {
overscroll-behavior: auto;
}
.search__title {
text-decoration: none;
}