Gildas %!s(int64=7) %!d(string=hai) anos
pai
achega
9f6ae722e8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      extension/ui/bg/ui-options.js

+ 1 - 1
extension/ui/bg/ui-options.js

@@ -592,7 +592,7 @@
 			function hideAndResolve(event, value) {
 				event.preventDefault();
 				document.getElementById("formConfirmContainer").hidden = true;
-				document.body.setProperty("overflow-y", "");
+				document.body.style.setProperty("overflow-y", "");
 				resolve(value);
 			}
 		});