Add an Overlay in the export-map example

This commit is contained in:
Frederic Junod
2019-05-17 16:45:29 +02:00
parent 10527bd221
commit 2d655143c3
3 changed files with 17 additions and 1 deletions

6
examples/export-map.css Normal file
View File

@@ -0,0 +1,6 @@
.overlay {
background-color: yellow;
border-radius: 6px;
padding: 4px;
white-space: nowrap;
}