Skip to content

Commit ddc71fb

Browse files
committed
Fix Lukk button
1 parent 3a1413c commit ddc71fb

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

components/SVG/SVGMobileSearchIcon.component.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const SVGMobileSearchIcon = () => {
4747
className="right-0 z-50 w-full p-4 text-black bg-white"
4848
id="mobilesearchdiv"
4949
>
50-
<div id="closeXsearch" className="mt-2 ml-64 cursor-pointer">
50+
<div id="closeXsearch" className="mt-2 cursor-pointer">
5151
<SVGCloseX setisExpanded={setisExpanded} />
5252
</div>
5353

styles/index.css

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,8 @@
2525

2626
/* Fix Algolia mobile-searchbox design issues */
2727

28-
#mobilesearchdiv {
29-
30-
31-
left: 0;
32-
position: absolute;
33-
34-
35-
28+
#mobilesearchdiv {
29+
position: absolute;
3630
}
3731

3832
.ais-SearchBox-submit {

0 commit comments

Comments
 (0)