Merge pull request #447 from Safelite/defect/digital/SSR-648

SSR-648 Fix Address Search List in the wrong position
This commit is contained in:
Josh Dassinger 2023-09-20 12:13:47 -05:00 committed by GitHub
commit 98796e7509
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
}