From 5e6098d55bd98ff90a1cdfd6e1b429c70dbd9768 Mon Sep 17 00:00:00 2001 From: anonymous <anonymous> Date: Tue, 29 Jan 2019 14:38:28 +0100 Subject: [PATCH] fix map margin problem on ie --- ckanext/odsh/public/odsh.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ckanext/odsh/public/odsh.css b/ckanext/odsh/public/odsh.css index 4f1c4c4e..344443e7 100644 --- a/ckanext/odsh/public/odsh.css +++ b/ckanext/odsh/public/odsh.css @@ -1244,7 +1244,7 @@ body { width: 960px; } .dataset-map-expanded .wrapper { - margin-top: initial; + margin-top: 0px; } .dataset-map-expanded #dataset-map{ top:-20px; -- GitLab