Skip to content
Snippets Groups Projects
Commit 9e2d319f authored by anonymous's avatar anonymous
Browse files

fix map control for ie 11

parent 5e6098d5
No related branches found
No related tags found
No related merge requests found
...@@ -1267,6 +1267,13 @@ body { ...@@ -1267,6 +1267,13 @@ body {
float: left; float: left;
padding: 12px; padding: 12px;
} }
/* on ie11 leaflet-touch is active and prevents correct drawing of controls */
.leaflet-touch .leaflet-draw-toolbar a.leaflet-draw-draw-rectangle
{
background-position: 50% 50%
}
.module.module-narrow.dataset-map{ .module.module-narrow.dataset-map{
margin: 5px 0; margin: 5px 0;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment