Skip to content

Commit 0c3da75

Browse files
authored
updated the common css file to support map autocomplete feature (#573)
1 parent b50c429 commit 0c3da75

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/common.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,8 @@
5858
[class*='MuiInputAdornment-positionStart'] {
5959
margin-right: 0 !important;
6060
}
61+
62+
/* Support for google map autocomplete */
63+
.pac-container {
64+
z-index: 2147483647;
65+
}

0 commit comments

Comments
 (0)