diff --git a/dribbblish.js b/dribbblish.js
index b90962a..3575836 100644
--- a/dribbblish.js
+++ b/dribbblish.js
@@ -109,7 +109,7 @@ class ConfigMenu {
if (options.childOf) elem.setAttribute("parent", options.childOf);
elem.innerHTML = /* html */ `
${options.name}
-
+
diff --git a/user.css b/user.css
index fb93f27..b824977 100644
--- a/user.css
+++ b/user.css
@@ -935,7 +935,6 @@ li.GlueDropTarget {
grid-area: description;
height: min-content;
color: var(--spice-subtext);
- pointer-events: none;
}
.dribbblish-config-item > .x-settings-secondColumn {