Skip to content

Commit 7d69870

Browse files
committed
Hide unneeded reset on Chrome
1 parent 8b1ce17 commit 7d69870

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

styles/index.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
margin-top: -20px;
2323
}
2424

25-
/* Fix Algolia mobile-searchbox design issues */
25+
/* Fix Algolia mobile searchbox design issues */
26+
2627
#mobilesearchdiv {
2728
position: absolute;
2829
height: 200px;
@@ -40,4 +41,10 @@
4041
margin-left: 10px;
4142
}
4243

44+
/* Fix Chrome padding issue */
45+
46+
.ais-SearchBox-input[type='search']::-webkit-search-cancel-button {
47+
display: none;
48+
}
49+
4350
@tailwind utilities;

0 commit comments

Comments
 (0)