Spaces:
Runtime error
Runtime error
Update templates/menu.html
Browse files- templates/menu.html +1 -1
templates/menu.html
CHANGED
|
@@ -128,7 +128,7 @@
|
|
| 128 |
background-color: #f1f1f1;
|
| 129 |
}
|
| 130 |
.fixed-search-container {
|
| 131 |
-
position:
|
| 132 |
top: 90px; /* Move it slightly lower */
|
| 133 |
left: 50%;
|
| 134 |
transform: translateX(-50%);
|
|
|
|
| 128 |
background-color: #f1f1f1;
|
| 129 |
}
|
| 130 |
.fixed-search-container {
|
| 131 |
+
position: absolute;
|
| 132 |
top: 90px; /* Move it slightly lower */
|
| 133 |
left: 50%;
|
| 134 |
transform: translateX(-50%);
|