Skip to content

Commit 3787833

Browse files
authored
Added @media CSS rules to remove dupe ©
Resolves GoogleWebComponents#423
1 parent 12c10af commit 3787833

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

google-map.html

+14
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,20 @@
7676
bottom: 0;
7777
left: 0;
7878
}
79+
80+
@media print {
81+
.gm-style .gmnoprint,
82+
.gmnoprint {
83+
display:none
84+
}
85+
}
86+
87+
@media screen {
88+
.gm-style .gmnoscreen,
89+
.gmnoscreen {
90+
display:none
91+
}
92+
}
7993
</style>
8094

8195
<google-maps-api

0 commit comments

Comments
 (0)