supp !important on :not(.gm-style) img rule
This commit is contained in:
parent
d4339d3182
commit
4cade885f8
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ table { margin-bottom: 1.5em; }
|
||||||
|
|
||||||
/* Google Gmap3 bug fix on images */
|
/* Google Gmap3 bug fix on images */
|
||||||
:not(.gm-style) img {
|
:not(.gm-style) img {
|
||||||
height: auto !important;
|
height: auto;
|
||||||
}
|
}
|
||||||
.ie678 .gm-style img {
|
.ie678 .gm-style img {
|
||||||
height: 100%; /* IE678 hack */
|
height: 100%; /* IE678 hack */
|
||||||
|
|
Loading…
Reference in a new issue