diff --git a/homepage/index.php b/homepage/index.php
index 160edf6..a3593f6 100644
--- a/homepage/index.php
+++ b/homepage/index.php
@@ -41,6 +41,10 @@ if ($sys_timezone !== "") {
body::-webkit-scrollbar {
display:none
}
+html{
+ -ms-overflow-style: none; /* IE and Edge */
+ scrollbar-width: none; /* Firefox */
+}