Skip to content

Commit d211d97

Browse files
authored
Change container pointer-events to auto
1 parent d53a155 commit d211d97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/addons/addons/paint-gradient-maker/userscript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ export default async function () {
534534

535535
const container = document.createElement("div");
536536
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;`);
537+
container.setAttribute("style", `position: absolute; z-index: 9999; pointer-events: auto; background-color: transparent; width: 100%; height: 100vh;`);
538538

539539
const modal = document.createElement("div");
540540
modal.classList.add("gradient-modal");

0 commit comments

Comments
 (0)