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 55eef29 commit 0ff6c64Copy full SHA for 0ff6c64
components/SVG/SVGMobileSearchIcon.component.jsx
@@ -15,12 +15,12 @@ const SVGMobileSearchIcon = () => {
15
to: [
16
{
17
opacity: isExpanded ? 1 : 0,
18
- marginTop: isExpanded ? '20px' : '-180px',
+ marginTop: isExpanded ? '100px' : '-180px',
19
},
20
],
21
from: {
22
23
24
25
});
26
styles/index.css
@@ -26,7 +26,8 @@
/* Fix Algolia mobile-searchbox design issues */
27
28
#mobilesearchdiv {
29
- position: absolute;
+ position: absolute;
30
+ height: 200px;
31
}
32
33
.ais-SearchBox-submit {
0 commit comments