We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bebc8d9 commit 14e8b8fCopy full SHA for 14e8b8f
1 file changed
dist/mapml.css
@@ -446,4 +446,13 @@ summary {
446
.mapml-layer-remove-button {
447
margin-left: 15px;
448
text-decoration: none;
449
-}
+}
450
+
451
+ /* Force printers to include background-images of controls for printing.
452
+ (https://github.com/Maps4HTML/Web-Map-Custom-Element/issues/294) */
453
+@media print {
454
+ .leaflet-control {
455
+ -webkit-print-color-adjust: exact;
456
+ color-adjust: exact;
457
+ }
458
0 commit comments