Open nappalm opened 1 year ago
same problem +1
@nappalm, @BiserSirakov, I hope you guys are having a great day! I am also facing this issue. Have you managed to fix it?
.pac-container{ position: absolute; z-index: 999999; } Google provides .pac-container class by default. I added this to the index.css file and my issue was resolved.
I'm facing the same issue. When the page is loaded the first time, the styles are ok. If the page is refreshed .pac-container goes transparent, "Powered by Google" disappears, it basically looses all styles.
I am trying to change the z-index of pac-container, but so far I have no solution to the problem. The component is mounted on a mui/material drawer and apparently sits underneath.
If I go directly to the element in the devTools and place a zIndex at the element.style level it works correctly, through the .pac-container class it does not work.