Enhance geocoding service and frontend search functionality. Refactor geocoding logic to improve postal code handling and response parsing. Update frontend searchPlaces function to include postal code in results display and adjust input validation. Modify CSS for improved search results styling.
This commit is contained in:
@@ -249,11 +249,13 @@ html[data-theme="light"] textarea { background: rgba(255,255,255,0.92); }
|
||||
grid-template-columns: 2fr 1.2fr 1fr 1fr auto;
|
||||
gap: 12px;
|
||||
align-items: end;
|
||||
position: relative;
|
||||
z-index: 30;
|
||||
}
|
||||
.search-wrap { position: relative; }
|
||||
.search-wrap { position: relative; z-index: 2; }
|
||||
.search-results {
|
||||
position: absolute;
|
||||
z-index: 50;
|
||||
z-index: 100;
|
||||
left: 0; right: 0;
|
||||
top: calc(100% + 6px);
|
||||
list-style: none;
|
||||
|
||||
Reference in New Issue
Block a user