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 451626a commit c8cb33eCopy full SHA for c8cb33e
components/SVG/SVGMobileSearchIcon.component.jsx
@@ -44,7 +44,8 @@ const SVGMobileSearchIcon = () => {
44
{isExpanded && (
45
<animated.div
46
style={mobileSearchSlideDownAnimation}
47
- className="absolute right-0 z-50 w-full p-4 text-black bg-white"
+ 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">
51
<SVGCloseX setisExpanded={setisExpanded} />
styles/index.css
@@ -25,6 +25,13 @@
25
26
/* Fix Algolia mobile-searchbox design issues */
27
28
+#mobilesearchdiv {
29
+
30
+ margin-top: -70px !important;
31
+ margin-left: -55px;
32
33
+}
34
35
.ais-SearchBox-submit {
36
width: 48px;
37
}
0 commit comments