diff --git a/Energy_Pie/module.html b/Energy_Pie/module.html
index d496ef6..2bbda16 100644
--- a/Energy_Pie/module.html
+++ b/Energy_Pie/module.html
@@ -40,6 +40,8 @@
#wrap{
position:relative;
overflow:hidden;
+ overscroll-behavior:none;
+ touch-action:none;
box-sizing:border-box;
background:#121216;
}