Mobile: improve search screen (#2636)

* Disable search results nested scrolling behavior for mobile apps

* Display the native search input clear button in the native apps
This commit is contained in:
Jay Ohms
2026-03-03 05:22:28 -05:00
committed by GitHub
parent 757f990b85
commit 2e6d06afa7
+8
View File
@@ -100,6 +100,14 @@
/* Search
/* ------------------------------------------------------------------------ */
.search {
overscroll-behavior: auto;
}
.search__input::-webkit-search-cancel-button {
display: inline-block;
}
.search__title {
text-decoration: none;
}