From d00d92aa66f85336f4ef453f615dc02203d8d176 Mon Sep 17 00:00:00 2001 From: Send_Nukez Date: Wed, 13 Oct 2021 18:28:06 +0200 Subject: [PATCH] improve cbcd3ea --- dribbblish.js | 2 +- user.css | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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 {