File tree Expand file tree Collapse file tree 5 files changed +8
-6
lines changed
view/frontend/web/css/source Expand file tree Collapse file tree 5 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -37,11 +37,12 @@ Updated README with grammar corrections
37
37
38
38
## 20.1.3
39
39
SHQ18-65 - handle Google API authentication errors
40
+
40
41
## 20.2.1 (2018-07-27)
41
42
SHQ18-260 Disable Google Chrome autofill if address lookup is enabled
42
43
43
-
44
44
## 20.3.0 (2018-12-18)
45
45
Added a setting to use extended postcodes when available
46
46
47
-
47
+ ## 20.3.1 (2020-06-18)
48
+ MNB-401 Fix rendering of popup on 2.3.4+ for logged in customers
Original file line number Diff line number Diff line change 2
2
"name" : " shipperhq/module-address-autocomplete" ,
3
3
"description" : " ShipperHQ Address Autocomplete Tool" ,
4
4
"type" : " magento2-module" ,
5
- "version" : " 20.3.0 " ,
5
+ "version" : " 20.3.1 " ,
6
6
"license" : [
7
7
" OSL-3.0" ,
8
8
" AFL-3.0"
Original file line number Diff line number Diff line change 2
2
"name" : " shipperhq/module-address-autocomplete" ,
3
3
"description" : " ShipperHQ Address Autocomplete Tool" ,
4
4
"type" : " magento2-module" ,
5
- "version" : " 20.3.0 " ,
5
+ "version" : " 20.3.1 " ,
6
6
"license" : [
7
7
" OSL-3.0" ,
8
8
" AFL-3.0"
Original file line number Diff line number Diff line change 1
- // /* We acknowledge this contribution from jmonschke via github https://github.com/shipperhq/module-address-autocomplete/issues/5
2
- @googleplaces__z-index : @modal__z-index + 1 ;
1
+ // We acknowledge this contribution from jmonschke via github https://github.com/shipperhq/module-address-autocomplete/issues/5
2
+ // MNB-401 Changed from +1 to +5 to account for @modal-popup__z-index being higher on 2.3.5 for logged in customers
3
+ @googleplaces__z-index : @modal__z-index + 5 ;
3
4
4
5
.pac-container {
5
6
z-index : @googleplaces__z-index !important ;
You can’t perform that action at this time.
0 commit comments