diff --git a/src/common.css b/src/common.css index 76541480..06cfec74 100644 --- a/src/common.css +++ b/src/common.css @@ -58,3 +58,8 @@ [class*='MuiInputAdornment-positionStart'] { margin-right: 0 !important; } + +/* Support for google map autocomplete */ +.pac-container { + z-index: 2147483647; +}