diff --git a/ckanext/odsh/public/odsh.css b/ckanext/odsh/public/odsh.css
index 344443e799b91a5509fa6ce2bfd6581a0e708443..ce8616e684baca6901b66252253cdf05a5a5cb71 100644
--- a/ckanext/odsh/public/odsh.css
+++ b/ckanext/odsh/public/odsh.css
@@ -1267,6 +1267,13 @@ body {
     float: left;
     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{
     margin: 5px 0;
 }