Display the native search input clear button in the native apps

This commit is contained in:
Jay Ohms
2026-02-28 05:10:30 -05:00
parent cac08c8f06
commit 8a1a18562c
+4
View File
@@ -100,6 +100,10 @@
overscroll-behavior: auto;
}
.search__input::-webkit-search-cancel-button {
display: inline-block;
}
.search__title {
text-decoration: none;
}