diff --git a/umap/static/umap/base.css b/umap/static/umap/base.css
index a8991951..2c3d0b2c 100644
--- a/umap/static/umap/base.css
+++ b/umap/static/umap/base.css
@@ -397,7 +397,7 @@ fieldset legend {
content: attr(data-badge);
}
[hidden] {
- display: none;
+ display: none!important;
}
/* Switch */
diff --git a/umap/static/umap/js/modules/importer.js b/umap/static/umap/js/modules/importer.js
index 22317817..e96c20c1 100644
--- a/umap/static/umap/js/modules/importer.js
+++ b/umap/static/umap/js/modules/importer.js
@@ -21,15 +21,16 @@ const TEMPLATE = `
-