Skip to content

Commit 77c57a6

Browse files
authored
editor-animations -- I needed to change this like months ago
1 parent e53c34a commit 77c57a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/addons/addons/editor-animations/userscript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ export default async function({ addon }) {
232232
{ duration: animTime * animationSpeed, easing: getEasing() }
233233
);
234234
animation.onfinish = () => {
235-
element.style.overflow = "hidden";
235+
element.style.overflow = "";
236236
};
237237
return;
238238
}

0 commit comments

Comments
 (0)