Skip to content

Commit eeeae67

Browse files
committed
updated css position for fixing search input at find a dealer at website
1 parent 7d4dfb2 commit eeeae67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

public/frontend/style/style.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
align-items: center;
5050
justify-content: center;
5151
background-color: rgba(26, 26, 26, 0.73) !important;
52+
position: relative;
5253
}
5354

5455
.main_logo {
@@ -656,7 +657,7 @@
656657
margin-top: -100px;
657658
background-image: url(./image/header_background.png);
658659
z-index: -1;
659-
position: relative;
660+
/* position: relative; */
660661
}
661662

662663
.mainheadertitle h1 {

0 commit comments

Comments
 (0)