on my site i have google maps and when somone click on a store, the store info pops up. i would like to make this pop up bigger vertically so people doesnt have to scroll as much, but i cant seem to do so. i believe the css is this part, but adding ‘height’ attribute or making the ‘width’ bigger just makes the box bigger, but the info is still contained in the same box
.gm-style-iw {
width: 350px !important;
top: 0 !important;
left: 0 !important;
background-color: #fff;
box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
border: 1px solid rgba(72, 181, 233, 0.6);
border-radius: 2px 2px 0 0;
}
this is the screenshot https://imgur.com/a/uAqMtFz