We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a1413c commit ddc71fbCopy full SHA for ddc71fb
components/SVG/SVGMobileSearchIcon.component.jsx
@@ -47,7 +47,7 @@ const SVGMobileSearchIcon = () => {
47
className="right-0 z-50 w-full p-4 text-black bg-white"
48
id="mobilesearchdiv"
49
>
50
- <div id="closeXsearch" className="mt-2 ml-64 cursor-pointer">
+ <div id="closeXsearch" className="mt-2 cursor-pointer">
51
<SVGCloseX setisExpanded={setisExpanded} />
52
</div>
53
styles/index.css
@@ -25,14 +25,8 @@
25
26
/* Fix Algolia mobile-searchbox design issues */
27
28
-#mobilesearchdiv {
29
-
30
31
- left: 0;
32
- position: absolute;
33
34
35
+#mobilesearchdiv {
+ position: absolute;
36
}
37
38
.ais-SearchBox-submit {
0 commit comments