We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d53a155 commit d211d97Copy full SHA for d211d97
1 file changed
src/addons/addons/paint-gradient-maker/userscript.js
@@ -534,7 +534,7 @@ export default async function () {
534
535
const container = document.createElement("div");
536
container.classList.add("SP-gradient-maker");
537
- container.setAttribute("style", `position: absolute; z-index: 9999; pointer-events: none; background-color: transparent; width: 100%; height: 100vh;`);
+ container.setAttribute("style", `position: absolute; z-index: 9999; pointer-events: auto; background-color: transparent; width: 100%; height: 100vh;`);
538
539
const modal = document.createElement("div");
540
modal.classList.add("gradient-modal");
0 commit comments