SSR-648 Fix Address Search List in the wrong position

This commit is contained in:
Josh Dassinger 2023-09-20 10:31:25 -05:00
parent cfed9d3816
commit 134548af12

View file

@ -356,7 +356,7 @@ export default {
#streetAddressField {
position: relative;
.pac-container {
:deep(.pac-container) {
top: 76px !important; // Height of #streetAddressField
left: 0 !important;
}